Package totalcross.util.pdf
Class EnclosedContent
- java.lang.Object
-
- totalcross.util.pdf.Base
-
- totalcross.util.pdf.EnclosedContent
-
- Direct Known Subclasses:
Array,Dictionary,Stream
public class EnclosedContent extends Base
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringBuildermContent
-
Constructor Summary
Constructors Constructor Description EnclosedContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContent(java.lang.String Value)voidaddNewLine()voidaddSpace()voidclear()java.lang.StringgetContent()booleanhasContent()voidsetBeginKeyword(java.lang.String Value, boolean NewLineBefore, boolean NewLineAfter)voidsetContent(java.lang.String Value)voidsetEndKeyword(java.lang.String Value, boolean NewLineBefore, boolean NewLineAfter)java.lang.StringtoPDFString()
-
-
-
Method Detail
-
setBeginKeyword
public void setBeginKeyword(java.lang.String Value, boolean NewLineBefore, boolean NewLineAfter)
-
setEndKeyword
public void setEndKeyword(java.lang.String Value, boolean NewLineBefore, boolean NewLineAfter)
-
hasContent
public boolean hasContent()
-
setContent
public void setContent(java.lang.String Value)
-
getContent
public java.lang.String getContent()
-
addContent
public void addContent(java.lang.String Value)
-
addNewLine
public void addNewLine()
-
addSpace
public void addSpace()
-
toPDFString
public java.lang.String toPDFString()
- Specified by:
toPDFStringin classBase
-
-