|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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)
Initializes a new instance of the SDTProperties class |
Method Summary | |
---|---|
java.lang.String |
getAlias()
Gets the an alias. |
SdtControlProperties |
getControlProperties()
Encapsulates all differences between different type of SDT-based content controls. |
java.math.BigDecimal |
getId()
Gets the id. |
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. |
void |
setAlias(java.lang.String value)
Sets the an alias. |
void |
setControlProperties(SdtControlProperties value)
Encapsulates all differences between different type of SDT-based content controls. |
void |
setId(java.math.BigDecimal value)
|
void |
setSDTType(SdtType value)
Sets the Sdt type. |
void |
setTag(java.lang.String value)
Sets the a value specifies that its contents contain a string. |
Constructor Detail |
---|
public SDTProperties(DocumentObject owner)
SDTProperties
class
owner
- the ownerMethod 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)
value
- stringpublic java.lang.String getTag()
public void setTag(java.lang.String value)
value
- Stringpublic SdtControlProperties getControlProperties()
public void setControlProperties(SdtControlProperties value)
value
- SdtControlPropertiespublic SdtType getSDTType()
public void setSDTType(SdtType value)
value
- SdtTypepublic boolean isShowingPlaceHolder()
public void isShowingPlaceHolder(boolean value)
value
- boolean value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |