Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignLineBlock
Packages that use IDesignLineBlock
- 
Uses of IDesignLineBlock in com.axemble.vdoc.sdk.interfaces.ui.designerMethods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IDesignLineBlockModifier and TypeMethodDescriptionIDesignTableBlock.createDesignLineBlock()Creates a line within a table.IDesignTableBlock.createDesignLineBlockAfter(IDesignLineBlock previousSibling) Creates a line within a table.IDesignTableBlock.createDesignLineBlockBefore(IDesignLineBlock nextSibling) Creates a line within a table.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return types with arguments of type IDesignLineBlockMethods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IDesignLineBlockModifier and TypeMethodDescriptionIDesignTableBlock.createDesignLineBlockAfter(IDesignLineBlock previousSibling) Creates a line within a table.IDesignTableBlock.createDesignLineBlockBefore(IDesignLineBlock nextSibling) Creates a line within a table.voidIDesignTableBlock.detachDesignLineBlock(IDesignLineBlock designLine) Detaches a design line from a table.