public interface IStructuredDocumentTag
Property Getters/Setters Summary | ||
---|---|---|
abstract java.awt.Color | getColor() | |
abstractvoid | setColor(java.awt.Colorvalue) | |
Gets or sets the color of the structured document tag. | ||
abstract int | getId() | |
Specifies a unique read-only persistent numerical Id for this SDT. |
||
abstract boolean | isShowingPlaceholderText() | |
abstractvoid | isShowingPlaceholderText(booleanvalue) | |
Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT). if set to true, this state shall be resumed (showing placeholder text) upon opening this document. |
||
abstract int | getLevel() | |
Gets the level at which this SDT occurs in the document tree.
The value of the property is MarkupLevel integer constant. |
||
abstract boolean | getLockContentControl() | |
abstractvoid | setLockContentControl(booleanvalue) | |
When set to true, this property will prohibit a user from deleting this SDT. | ||
abstract boolean | getLockContents() | |
abstractvoid | setLockContents(booleanvalue) | |
When set to true, this property will prohibit a user from editing the contents of this SDT. | ||
abstract BuildingBlock | getPlaceholder() | |
Gets the |
||
abstract java.lang.String | getPlaceholderName() | |
abstractvoid | setPlaceholderName(java.lang.Stringvalue) | |
Gets or sets Name of the
BuildingBlock with this name |
||
abstract int | getSdtType() | |
Gets type of this Structured document tag.
The value of the property is SdtType integer constant. |
||
abstract java.lang.String | getTag() | |
abstractvoid | setTag(java.lang.Stringvalue) | |
Specifies a tag associated with the current SDT node. Can not be null. | ||
abstract java.lang.String | getTitle() | |
abstractvoid | setTitle(java.lang.Stringvalue) | |
Specifies the friendly name associated with this SDT. Can not be null. | ||
abstract java.lang.String | getWordOpenXML() | |
Gets a string that represents the XML contained within the node in the |
||
abstract XmlMapping | getXmlMapping() | |
Gets an object that represents the mapping of this structured document tag to XML data
in a custom XML part of the current document.
|
Method Summary | ||
---|---|---|
abstract boolean | isRanged() | |
Returns true if this instance is a ranged structured document tag.
|
||
abstract Node | structuredDocumentTagNode() | |
Returns Node object that implements this interface.
|
public abstract java.awt.Color getColor() / public abstract void setColor(java.awt.Color value)
public abstract int getId()
Specifies a unique read-only persistent numerical Id for this SDT.
public abstract boolean isShowingPlaceholderText() / public abstract void isShowingPlaceholderText(boolean value)
Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT).
if set to true, this state shall be resumed (showing placeholder text) upon opening this document.
public abstract int getLevel()
public abstract boolean getLockContentControl() / public abstract void setLockContentControl(boolean value)
public abstract boolean getLockContents() / public abstract void setLockContents(boolean value)
public abstract BuildingBlock getPlaceholder()
public abstract java.lang.String getPlaceholderName() / public abstract void setPlaceholderName(java.lang.String value)
Gets or sets Name of the
BuildingBlock with this name
public abstract int getSdtType()
public abstract java.lang.String getTag() / public abstract void setTag(java.lang.String value)
public abstract java.lang.String getTitle() / public abstract void setTitle(java.lang.String value)
public abstract java.lang.String getWordOpenXML()
public abstract XmlMapping getXmlMapping()
public abstract boolean isRanged()
public abstract Node structuredDocumentTagNode()