Uses of Class
com.scroogexhtml.converter.ParagraphProperties
Packages that use ParagraphProperties
Package
Description
Provides the main converter classes.
Provides classes for CSS.
-
Uses of ParagraphProperties in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return ParagraphPropertiesModifier and TypeMethodDescriptionAbstractWriter.getParagraphProperties()
Writer.getParagraphProperties()
Retrieves the ParagraphProperties object that represents the current state data of the Writer.AbstractWriter.getParProps()
Methods in com.scroogexhtml.converter with parameters of type ParagraphPropertiesModifier and TypeMethodDescriptionvoid
AbstractWriter.popParagraphProperties
(ParagraphProperties source) Get last paragraph properties from stack.void
Writer.popParagraphProperties
(ParagraphProperties value) Constructors in com.scroogexhtml.converter with parameters of type ParagraphProperties -
Uses of ParagraphProperties in com.scroogexhtml.css
Methods in com.scroogexhtml.css with parameters of type ParagraphPropertiesModifier and TypeMethodDescriptionCssBuilder.getCharacterStyles
(ParagraphProperties parProps, CharacterProperties charProps) Returns the character styles value.CssBuilder.getParagraphStyleCSS
(ParagraphProperties parProps)