Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignBlock
Packages that use IDesignBlock
-
Uses of IDesignBlock in com.axemble.vdoc.sdk.interfaces.ui.designer
Subinterfaces of IDesignBlock in com.axemble.vdoc.sdk.interfaces.ui.designerModifier and TypeInterfaceDescriptioninterface
Interface to describe a line object inside a table.interface
Interface to describe a root object of a form.interface
Interface to describe a line object inside a table.interface
Interface to describe a simple section object.interface
Interface to describe a table object.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IDesignBlockModifier and TypeMethodDescriptionIDesignBlock.createDesignBlock
(IBlockDefinition blockDefinition) Creates a design block by specifying its definition.IDesignBlock.createDesignBlock
(String name) Creates a design block by specifying its name.IDesignBlock.createDesignBlockAfter
(IBlockDefinition blockDefinition, IDesignContentComponent previousSibling) Creates a design block by specifying its definition.IDesignBlock.createDesignBlockAfter
(String name, IDesignContentComponent previousSibling) Creates a design block by specifying its name.IDesignBlock.createDesignBlockBefore
(IBlockDefinition blockDefinition, IDesignContentComponent nextSibling) Creates a design block by specifying its definition.IDesignBlock.createDesignBlockBefore
(String name, IDesignContentComponent nextSibling) Creates a design block by specifying its name.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IDesignBlockModifier and TypeMethodDescriptionIDesignSectionBlock.createDesignTableBlockAfter
(IDesignBlock nextSibling) Creates a table within a cell.IDesignSectionBlock.createDesignTableBlockBefore
(IDesignBlock nextSibling) Creates a table within a cell.