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.designerSubinterfaces of IDesignBlock in com.axemble.vdoc.sdk.interfaces.ui.designerModifier and TypeInterfaceDescriptioninterfaceInterface to describe a line object inside a table.interfaceInterface to describe a root object of a form.interfaceInterface to describe a line object inside a table.interfaceInterface to describe a simple section object.interfaceInterface 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.