Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces.ui.designer |
Modifier and Type | Method and Description |
---|---|
IDesignSectionBlock |
IDesignCellBlock.createDesignSectionBlock()
Creates a section within a cell.
|
IDesignSectionBlock |
IDesignFormBlock.createDesignSectionBlock()
Creates a section within a cell.
|
IDesignSectionBlock |
IDesignCellBlock.createDesignSectionBlockAfter(IDesignContentComponent previousSibling)
Creates a section within a cell.
|
IDesignSectionBlock |
IDesignFormBlock.createDesignSectionBlockAfter(IDesignContentComponent previousSibling)
Creates a section within a cell.
|
IDesignSectionBlock |
IDesignCellBlock.createDesignSectionBlockBefore(IDesignContentComponent nextSibling)
Creates a section within a cell.
|
IDesignSectionBlock |
IDesignFormBlock.createDesignSectionBlockBefore(IDesignContentComponent nextSibling)
Creates a section within a cell.
|
Modifier and Type | Method and Description |
---|---|
Collection<IDesignSectionBlock> |
IDesignCellBlock.getDesignSectionBlocks()
Gets the design sections
|
Collection<IDesignSectionBlock> |
IDesignFormBlock.getDesignSectionBlocks()
Gets the design sections
|
Modifier and Type | Method and Description |
---|---|
void |
IDesignCellBlock.detachDesignSectionBlock(IDesignSectionBlock designSection)
Detaches a design section from a cell.
|
void |
IDesignFormBlock.detachDesignSectionBlock(IDesignSectionBlock designSection)
Detaches a design section from a cell.
|
Copyright © 2022 Visiativ. All rights reserved.