Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignSectionBlock
Packages that use IDesignSectionBlock
- 
Uses of IDesignSectionBlock in com.axemble.vdoc.sdk.interfaces.ui.designerMethods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IDesignSectionBlockModifier and TypeMethodDescriptionIDesignCellBlock.createDesignSectionBlock()Creates a section within a cell.IDesignFormBlock.createDesignSectionBlock()Creates a section within a cell.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.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return types with arguments of type IDesignSectionBlockModifier and TypeMethodDescriptionIDesignCellBlock.getDesignSectionBlocks()Gets the design sectionsIDesignFormBlock.getDesignSectionBlocks()Gets the design sectionsMethods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IDesignSectionBlockModifier and TypeMethodDescriptionvoidIDesignCellBlock.detachDesignSectionBlock(IDesignSectionBlock designSection) Detaches a design section from a cell.voidIDesignFormBlock.detachDesignSectionBlock(IDesignSectionBlock designSection) Detaches a design section from a cell.