|
|||||||||
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 |