|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.documents.SdtControlProperties
com.spire.doc.documents.SdtText
public class SdtText
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)
Allow Soft Line Breaks. |
Constructor Detail |
---|
public SdtText(boolean isRichText)
isRichText
- if false, then this text control only allows plaintext, otherwise allows richtext.Method Detail |
---|
public boolean isMultiline()
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.
public void isMultiline(boolean value)
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |