|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.documents.SDTProperties
public class SDTProperties
This element specifies the set of properties that shall be applied to the nearest ancestor structured document tag.
Constructor Summary | |
---|---|
SDTProperties(DocumentObject owner)
|
Method Summary | |
---|---|
java.lang.String |
getAlias()
Gets or sets the an alias. |
SdtAppearance |
getAppearance()
Gets the appearance type of a structured document tag. |
CharacterFormat |
getCharacterFormat()
Gets the character format. |
java.awt.Color |
getColor()
Gets the BaseColor of a structured document tag. |
SdtControlProperties |
getControlProperties()
Encapsulates all differences between different type of SDT-based content controls. |
java.math.BigDecimal |
getId()
Gets the id. |
LockSettingsType |
getLockSettings()
Gets a value that specifies locking behaviors. |
SdtType |
getSDTType()
Gets the Sdt type. |
java.lang.String |
getTag()
Gets the a value specifies that its contents contain a string. |
boolean |
isShowingPlaceHolder()
Gets a value indicating whether this instance is showing place holder. |
void |
isShowingPlaceHolder(boolean value)
Sets a value indicating whether this instance is showing place holder. |
boolean |
isTemporary()
Gets a value indicating whether remove SDT when contents are edited |
void |
isTemporary(boolean value)
Sets a value indicating whether remove SDT when contents are edited |
void |
setAlias(java.lang.String value)
Gets or sets the an alias. |
void |
setAppearance(SdtAppearance value)
Sets the appearance type of a structured document tag. |
void |
setColor(java.awt.Color value)
Sets the BaseColor of a structured document tag. |
void |
setControlProperties(SdtControlProperties value)
Encapsulates all differences between different type of SDT-based content controls. |
void |
setId(java.math.BigDecimal value)
Gets the id. |
void |
setLockSettings(LockSettingsType value)
Sets a value that specifies locking behaviors. |
void |
setSDTType(SdtType value)
Gets the Sdt type. |
void |
setTag(java.lang.String value)
Sets the a value specifies that its contents contain a string. |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public SDTProperties(DocumentObject owner)
Method Detail |
---|
public java.math.BigDecimal getId()
public void setId(java.math.BigDecimal value)
public java.lang.String getAlias()
public void setAlias(java.lang.String value)
public java.lang.String getTag()
public void setTag(java.lang.String value)
value
- Stringpublic SdtControlProperties getControlProperties()
public void setControlProperties(SdtControlProperties value)
public SdtType getSDTType()
public void setSDTType(SdtType value)
public LockSettingsType getLockSettings()
public void setLockSettings(LockSettingsType value)
value
- LockSettingsTypepublic CharacterFormat getCharacterFormat()
public boolean isShowingPlaceHolder()
public void isShowingPlaceHolder(boolean value)
value
- boolean valuepublic boolean isTemporary()
public void isTemporary(boolean value)
value
- boolean valuepublic SdtAppearance getAppearance()
public void setAppearance(SdtAppearance value)
value
- SdtAppearance valuepublic void setColor(java.awt.Color value)
value
- Color valuepublic java.awt.Color getColor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |