| Package | Description |
|---|---|
| com.axemble.vdoc.sdk.interfaces.ui.designer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDesignCellBlock
Interface to describe a line object inside a table.
|
interface |
IDesignFormBlock
Interface to describe a root object of a form.
|
interface |
IDesignLineBlock
Interface to describe a line object inside a table.
|
interface |
IDesignSectionBlock
Interface to describe a simple section object.
|
interface |
IDesignTableBlock
Interface to describe a table object.
|
| Modifier and Type | Method and Description |
|---|---|
IDesignBlock |
IDesignBlock.createDesignBlock(IBlockDefinition blockDefinition)
Creates a design block by specifying its definition.
|
IDesignBlock |
IDesignBlock.createDesignBlock(String name)
Creates a design block by specifying its name.
|
IDesignBlock |
IDesignBlock.createDesignBlockAfter(IBlockDefinition blockDefinition,
IDesignContentComponent previousSibling)
Creates a design block by specifying its definition.
|
IDesignBlock |
IDesignBlock.createDesignBlockAfter(String name,
IDesignContentComponent previousSibling)
Creates a design block by specifying its name.
|
IDesignBlock |
IDesignBlock.createDesignBlockBefore(IBlockDefinition blockDefinition,
IDesignContentComponent nextSibling)
Creates a design block by specifying its definition.
|
IDesignBlock |
IDesignBlock.createDesignBlockBefore(String name,
IDesignContentComponent nextSibling)
Creates a design block by specifying its name.
|
| Modifier and Type | Method and Description |
|---|---|
IDesignTableBlock |
IDesignSectionBlock.createDesignTableBlockAfter(IDesignBlock nextSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignSectionBlock.createDesignTableBlockBefore(IDesignBlock nextSibling)
Creates a table within a cell.
|
Copyright © 2019 Visiativ Software. All rights reserved.