Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignCellBlock
Packages that use IDesignCellBlock
- 
Uses of IDesignCellBlock in com.axemble.vdoc.sdk.interfaces.ui.designerMethods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IDesignCellBlockModifier 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.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return types with arguments of type IDesignCellBlockMethods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IDesignCellBlockModifier and TypeMethodDescriptionIDesignLineBlock.createDesignCellBlockAfter(IDesignCellBlock previousSibling) Creates a cell into a line.IDesignLineBlock.createDesignCellBlockBefore(IDesignCellBlock nextSibling) Creates a cell into a line.voidIDesignLineBlock.detachDesignCellBlock(IDesignCellBlock designCell) Detaches a design cell from its container.