Uses of Class
com.scroogexhtml.converter.CharacterProperties
Packages that use CharacterProperties
Package
Description
Provides the main converter classes.
Provides classes for CSS.
-
Uses of CharacterProperties in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return CharacterPropertiesModifier and TypeMethodDescriptionAbstractWriter.getCharacterProperties()
Writer.getCharacterProperties()
Retrieves the CharacterProperties object that represents the current state data of the Writer.AbstractWriter.getCharProps()
Methods in com.scroogexhtml.converter with parameters of type CharacterPropertiesModifier and TypeMethodDescriptionvoid
AbstractWriter.popCharacterProperties
(CharacterProperties newCharProps) void
Writer.popCharacterProperties
(CharacterProperties value) Constructors in com.scroogexhtml.converter with parameters of type CharacterProperties -
Uses of CharacterProperties in com.scroogexhtml.css
Methods in com.scroogexhtml.css with parameters of type CharacterPropertiesModifier and TypeMethodDescriptionCssBuilder.getCharacterStyles
(ParagraphProperties parProps, CharacterProperties charProps) Returns the character styles value.