Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignTableBlock
Packages that use IDesignTableBlock
-
Uses of IDesignTableBlock in com.axemble.vdoc.sdk.interfaces.ui.designer
Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IDesignTableBlockModifier and TypeMethodDescriptionIDesignCellBlock.createDesignTableBlock()
Creates a table within a cell.IDesignFormBlock.createDesignTableBlock()
Creates a table within a cell.IDesignSectionBlock.createDesignTableBlock()
Creates a table within a cell.IDesignCellBlock.createDesignTableBlockAfter
(IDesignContentComponent previousSibling) Creates a table within a cell.IDesignFormBlock.createDesignTableBlockAfter
(IDesignContentComponent previousSibling) Creates a table within a cell.IDesignSectionBlock.createDesignTableBlockAfter
(IDesignBlock nextSibling) Creates a table within a cell.IDesignSectionBlock.createDesignTableBlockAfter
(IDesignComponent nextSibling) 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.IDesignSectionBlock.createDesignTableBlockBefore
(IDesignBlock nextSibling) Creates a table within a cell.IDesignSectionBlock.createDesignTableBlockBefore
(IDesignComponent nextSibling) Creates a table within a cell.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return types with arguments of type IDesignTableBlockModifier and TypeMethodDescriptionIDesignCellBlock.getDesignTableBlocks()
Gets the design tablesIDesignFormBlock.getDesignTableBlocks()
Gets the design tablesIDesignSectionBlock.getDesignTableBlocks()
Gets the design tablesMethods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IDesignTableBlockModifier and TypeMethodDescriptionvoid
IDesignCellBlock.detachDesignTableBlock
(IDesignTableBlock designTable) Detaches a design table from a cell.void
IDesignFormBlock.detachDesignTableBlock
(IDesignTableBlock designTable) Detaches a design table from a cell.void
IDesignSectionBlock.detachDesignTableBlock
(IDesignTableBlock designTable) Detaches a design table from a cell.