Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignCellBlock
-
Uses of IDesignCellBlock in com.axemble.vdoc.sdk.interfaces.ui.designer
Modifier and TypeMethodDescriptionIDesignLineBlock.createDesignCellBlock()
Creates a cell into a line.IDesignLineBlock.createDesignCellBlock
(String style) Creates a cell into a line.IDesignLineBlock.createDesignCellBlockAfter
(IDesignCellBlock previousSibling) Creates a cell into a line.IDesignLineBlock.createDesignCellBlockBefore
(IDesignCellBlock nextSibling) Creates a cell into a line.Modifier and TypeMethodDescriptionIDesignLineBlock.createDesignCellBlockAfter
(IDesignCellBlock previousSibling) Creates a cell into a line.IDesignLineBlock.createDesignCellBlockBefore
(IDesignCellBlock nextSibling) Creates a cell into a line.void
IDesignLineBlock.detachDesignCellBlock
(IDesignCellBlock designCell) Detaches a design cell from its container.