Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignSectionBlock
-
Uses of IDesignSectionBlock in com.axemble.vdoc.sdk.interfaces.ui.designer
Modifier 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.Modifier and TypeMethodDescriptionIDesignCellBlock.getDesignSectionBlocks()
Gets the design sectionsIDesignFormBlock.getDesignSectionBlocks()
Gets the design sectionsModifier and TypeMethodDescriptionvoid
IDesignCellBlock.detachDesignSectionBlock
(IDesignSectionBlock designSection) Detaches a design section from a cell.void
IDesignFormBlock.detachDesignSectionBlock
(IDesignSectionBlock designSection) Detaches a design section from a cell.