Uses of Class
com.scroogexhtml.converter.CharacterProperties
-
Packages that use CharacterProperties Package Description com.scroogexhtml.converter Provides the main converter classes.com.scroogexhtml.css Provides classes for CSS. -
-
Uses of CharacterProperties in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return CharacterProperties Modifier and Type Method Description CharacterProperties
AbstractWriter. getCharacterProperties()
CharacterProperties
Writer. getCharacterProperties()
CharacterProperties
AbstractWriter. getCharProps()
Methods in com.scroogexhtml.converter with parameters of type CharacterProperties Modifier and Type Method Description void
AbstractWriter. popCharacterProperties(CharacterProperties newCharProps)
void
Writer. popCharacterProperties(CharacterProperties value)
Constructors in com.scroogexhtml.converter with parameters of type CharacterProperties Constructor Description CharacterProperties(CharacterProperties another)
Copy constructor. -
Uses of CharacterProperties in com.scroogexhtml.css
Methods in com.scroogexhtml.css with parameters of type CharacterProperties Modifier and Type Method Description String
CssBuilder. getCharacterStyles(ParagraphProperties parProps, CharacterProperties charProps)
Returns the character styles value.
-