public abstract class AbstractWriter extends Object implements Writer
NON_BREAKING_SPACE, NON_BREAKING_SPACE_STRING| Modifier and Type | Method and Description |
|---|---|
void |
addAnchor(String value) |
void |
footnoteEnd() |
void |
footnoteStart() |
CharacterProperties |
getCharacterProperties() |
String |
getDefaultFontName() |
ListHeaderInfo |
getListHeaderInfo() |
ParagraphProperties |
getParagraphProperties() |
char |
intToChar(int c) |
boolean |
isInFootnote() |
void |
popCharacterProperties(CharacterProperties newCharProps) |
void |
popParagraphProperties(ParagraphProperties source)
Get last paragraph properties from stack.
|
void |
resetCharacterAttributes()
Will be called for \plain RTF token.
|
void |
resetParagraphAttributes()
Rest the paragraph attributes to default values.
|
void |
setAlignment(Alignment newValue) |
void |
setBGColor(String newValue) |
void |
setBold(boolean newValue) |
void |
setBorderColor(String newValue) |
void |
setBorderStyle(BorderStyle newValue) |
void |
setBorderWidth(int newValue) |
void |
setDefaultFontName(String newValue) |
void |
setFirstIndent(int newValue) |
void |
setFontCharSet(int newValue) |
void |
setFontColor(String newValue) |
void |
setFontName(String newValue) |
void |
setFontSize(int newValue) |
void |
setHidden(boolean newValue) |
void |
setHLColor(String newValue) |
void |
setItalic(boolean newValue) |
void |
setLanguage(String newValue) |
void |
setLeftIndent(int newValue) |
void |
setNodeCharset(int paramValue) |
void |
setParagraphBackgroundColor(String newValue) |
void |
setParagraphBorder(ParagraphProperties.Border newValue) |
void |
setParagraphInTable(boolean inTable) |
void |
setRightIndent(int newValue) |
void |
setRightToLeftChar(boolean newValue) |
void |
setRightToLeftPar(boolean newValue) |
void |
setSpaceAfter(int newValue) |
void |
setSpaceBefore(int newValue) |
void |
setStrike(boolean newValue) |
void |
setSubscript(boolean newValue) |
void |
setSuperscript(boolean newValue) |
void |
setUnderline(boolean newValue) |
void |
writeChar(char ch)
Append a character to the Document.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, addAutoFootnoteRef, addLinebreak, addPicture, applyParagraphProperties, applyTextProperties, finishField, finishFldInst, finishFldRslt, getResult, getTableWriter, setFieldExpression, setListLevel, setNumberingLevel, setNumberingStyle, setNumberType, tableCellEnds, writeEof, writeTabpublic void setAlignment(Alignment newValue)
setAlignment in interface Writerpublic void setBGColor(String newValue)
setBGColor in interface Writerpublic void setFirstIndent(int newValue)
setFirstIndent in interface Writerpublic void setFontColor(String newValue)
setFontColor in interface Writerpublic void setUnderline(boolean newValue)
setUnderline in interface Writerpublic void setHLColor(String newValue)
setHLColor in interface Writerpublic void setLeftIndent(int newValue)
setLeftIndent in interface Writerpublic void setRightIndent(int newValue)
setRightIndent in interface Writerpublic void setSpaceBefore(int newValue)
setSpaceBefore in interface Writerpublic void setSpaceAfter(int newValue)
setSpaceAfter in interface Writerpublic void setParagraphBorder(ParagraphProperties.Border newValue)
setParagraphBorder in interface Writerpublic void setBorderColor(String newValue)
setBorderColor in interface Writerpublic void setBorderStyle(BorderStyle newValue)
setBorderStyle in interface Writerpublic void setBorderWidth(int newValue)
setBorderWidth in interface Writerpublic void setParagraphBackgroundColor(String newValue)
setParagraphBackgroundColor in interface Writerpublic void setRightToLeftChar(boolean newValue)
setRightToLeftChar in interface Writerpublic void setRightToLeftPar(boolean newValue)
setRightToLeftPar in interface Writerpublic void setSubscript(boolean newValue)
setSubscript in interface Writerpublic void setSuperscript(boolean newValue)
setSuperscript in interface Writerpublic void setFontName(String newValue)
setFontName in interface Writerpublic void setFontSize(int newValue)
setFontSize in interface Writerpublic CharacterProperties getCharacterProperties()
getCharacterProperties in interface Writerpublic ParagraphProperties getParagraphProperties()
getParagraphProperties in interface Writerpublic String getDefaultFontName()
getDefaultFontName in interface Writerpublic void setDefaultFontName(String newValue)
setDefaultFontName in interface Writerpublic void setParagraphInTable(boolean inTable)
setParagraphInTable in interface Writerpublic void resetCharacterAttributes()
resetCharacterAttributes in interface Writerpublic void resetParagraphAttributes()
resetParagraphAttributes in interface WriterpopParagraphProperties(ParagraphProperties newValue)public void popCharacterProperties(CharacterProperties newCharProps)
popCharacterProperties in interface Writerpublic void popParagraphProperties(ParagraphProperties source)
popParagraphProperties in interface Writersource - the value on the stack.resetParagraphAttributes()public void setFontCharSet(int newValue)
setFontCharSet in interface Writerpublic void setNodeCharset(int paramValue)
setNodeCharset in interface Writerpublic void setLanguage(String newValue)
setLanguage in interface Writerpublic void writeChar(char ch)
public void footnoteStart()
footnoteStart in interface Writerpublic void footnoteEnd()
footnoteEnd in interface Writerpublic boolean isInFootnote()
isInFootnote in interface Writerpublic ListHeaderInfo getListHeaderInfo()
getListHeaderInfo in interface WriterCopyright © 2019 Habarisoft. All rights reserved.