Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignContentComponent
Packages that use IDesignContentComponent
- 
Uses of IDesignContentComponent in com.axemble.vdoc.sdk.interfaces.ui.designerSubinterfaces of IDesignContentComponent in com.axemble.vdoc.sdk.interfaces.ui.designerModifier and TypeInterfaceDescriptioninterfaceInterface to describe block object.interfaceInterface to describe a line object inside a table.interfaceInterface to describe block object.interfaceinterfaceinterfaceInterface 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 with parameters of type IDesignContentComponentModifier and TypeMethodDescriptionIDesignBlock.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.IDesignBlock.createDesignComponentAfter(IComponentDefinition componentDefinition, IDesignContentComponent previousSibling) Creates a design component by specifying its definition.IDesignBlock.createDesignComponentAfter(String name, IDesignContentComponent previousSibling) Creates a design component by specifying its name.IDesignBlock.createDesignComponentBefore(IComponentDefinition componentDefinition, IDesignContentComponent nextSibling) Creates a design component by specifying its definition.IDesignBlock.createDesignComponentBefore(String name, IDesignContentComponent nextSibling) Creates a design component by specifying its name.IDesignCellBlock.createDesignSectionBlockAfter(IDesignContentComponent previousSibling) Creates a section within a cell.IDesignFormBlock.createDesignSectionBlockAfter(IDesignContentComponent previousSibling) Creates a section within a cell.IDesignCellBlock.createDesignSectionBlockBefore(IDesignContentComponent nextSibling) Creates a section within a cell.IDesignFormBlock.createDesignSectionBlockBefore(IDesignContentComponent nextSibling) Creates a section within a cell.IDesignCellBlock.createDesignTableBlockAfter(IDesignContentComponent previousSibling) Creates a table within a cell.IDesignFormBlock.createDesignTableBlockAfter(IDesignContentComponent previousSibling) Creates a table within a cell.IDesignCellBlock.createDesignTableBlockBefore(IDesignContentComponent nextSibling) Creates a table within a cell.IDesignFormBlock.createDesignTableBlockBefore(IDesignContentComponent nextSibling) Creates a table within a cell.