Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces.ui.designer |
Modifier and Type | Method and Description |
---|---|
IDesignTableBlock |
IDesignCellBlock.createDesignTableBlock()
Creates a table within a cell.
|
IDesignTableBlock |
IDesignFormBlock.createDesignTableBlock()
Creates a table within a cell.
|
IDesignTableBlock |
IDesignSectionBlock.createDesignTableBlock()
Creates a table within a cell.
|
IDesignTableBlock |
IDesignSectionBlock.createDesignTableBlockAfter(IDesignBlock nextSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignSectionBlock.createDesignTableBlockAfter(IDesignComponent nextSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignCellBlock.createDesignTableBlockAfter(IDesignContentComponent previousSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignFormBlock.createDesignTableBlockAfter(IDesignContentComponent previousSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignSectionBlock.createDesignTableBlockBefore(IDesignBlock nextSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignSectionBlock.createDesignTableBlockBefore(IDesignComponent nextSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignCellBlock.createDesignTableBlockBefore(IDesignContentComponent nextSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignFormBlock.createDesignTableBlockBefore(IDesignContentComponent nextSibling)
Creates a table within a cell.
|
Modifier and Type | Method and Description |
---|---|
Collection<IDesignTableBlock> |
IDesignCellBlock.getDesignTableBlocks()
Gets the design tables
|
Collection<IDesignTableBlock> |
IDesignFormBlock.getDesignTableBlocks()
Gets the design tables
|
Collection<IDesignTableBlock> |
IDesignSectionBlock.getDesignTableBlocks()
Gets the design tables
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2021 Visiativ Software. All rights reserved.