sdttext-ag凯发旗舰厅



com.spire.doc.documents
class sdttext

java.lang.object
  extended by com.spire.doc.documents.sdtcontrolproperties
      extended by com.spire.doc.documents.sdttext

public class sdttext
extends sdtcontrolproperties

represents plain/rich text sdt. see iso29500, part 1, chapter 17.5.2.44 text (plain text structured document tag)


constructor summary
sdttext(boolean isrichtext)
          ctor.
 
method summary
 boolean ismultiline()
          allow soft line breaks.
 void ismultiline(boolean value)
           
 
methods inherited from class com.spire.doc.documents.sdtcontrolproperties
gettype
 
constructor detail

sdttext

public sdttext(boolean isrichtext)
ctor.
parameters:
isrichtext - if false, then this text control only allows plaintext,otherwise allows richtext.
method detail

ismultiline

public boolean ismultiline()
allow soft line breaks. specifies whether soft line breaks can be added to the contents of this structured document tag when this document is modified. this setting shall not affect the ability of the structured document tag to display existing soft line breaks (which shall be preserved) and shall only affect the ability to add line breaks when the document is modified by an application.
returns:
boolean

ismultiline

public void ismultiline(boolean value)


网站地图