sdtproperties-ag凯发旗舰厅



com.spire.doc.documents
class sdtproperties

java.lang.object
  extended by com.spire.doc.documents.sdtproperties

public class sdtproperties
extends java.lang.object

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

sdtproperties

public sdtproperties(documentobject owner)
initializes a new instance of the sdtproperties class
parameters:
owner - the owner
method detail

getid

public java.math.bigdecimal getid()
gets the id. specifes that the contents of this attribute contains a decimal number.
returns:
bigdecimal

setid

public void setid(java.math.bigdecimal value)

getalias

public java.lang.string getalias()
gets the an alias.
returns:
string

setalias

public void setalias(java.lang.string value)
sets the an alias.
parameters:
value - string

gettag

public java.lang.string gettag()
gets the a value specifies that its contents contain a string.
returns:
string

settag

public void settag(java.lang.string value)
sets the a value specifies that its contents contain a string.
parameters:
value - string

getcontrolproperties

public sdtcontrolproperties getcontrolproperties()
encapsulates all differences between different type of sdt-based content controls.
returns:
sdtcontrolproperties

setcontrolproperties

public void setcontrolproperties(sdtcontrolproperties value)
encapsulates all differences between different type of sdt-based content controls.
parameters:
value - sdtcontrolproperties

getsdttype

public sdttype getsdttype()
gets the sdt type.
returns:
sdttype

setsdttype

public void setsdttype(sdttype value)
sets the sdt type.
parameters:
value - sdttype

isshowingplaceholder

public boolean isshowingplaceholder()
gets a value indicating whether this instance is showing place holder.
returns:
boolean

isshowingplaceholder

public void isshowingplaceholder(boolean value)
sets a value indicating whether this instance is showing place holder.
parameters:
value - boolean value


网站地图