Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignBlock
-
Uses of IDesignBlock in com.axemble.vdoc.sdk.interfaces.ui.designer
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionIDesignSectionBlock.createDesignTableBlockAfter
(IDesignBlock nextSibling) Creates a table within a cell.IDesignSectionBlock.createDesignTableBlockBefore
(IDesignBlock nextSibling) Creates a table within a cell.