Module com.github.librepdf.openpdf
Class FactoryProperties
java.lang.Object
org.openpdf.text.html.simpleparser.FactoryProperties
Deprecated.
- Author:
- psoares
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateChunk(String text, ChainedProperties props) Deprecated.static ListItemcreateListItem(ChainedProperties props) Deprecated.static ParagraphcreateParagraph(ChainedProperties props) Deprecated.static voidcreateParagraph(Paragraph paragraph, ChainedProperties props) Deprecated.getFont(ChainedProperties props) Deprecated.Deprecated.static HyphenationEventDeprecated.Gets a HyphenationEvent based on a String.static HyphenationEventgetHyphenation(HashMap props) Deprecated.Gets a HyphenationEvent based on the hyphenation entry in a HashMap.static HyphenationEventgetHyphenation(ChainedProperties props) Deprecated.Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties.static voidinsertStyle(Map<String, String> h) Deprecated.static voidinsertStyle(Map<String, String> h, ChainedProperties cprops) Deprecated.New method contributed by Lubos StrapkovoidsetFontImp(FontProvider fontImp) Deprecated.
-
Field Details
-
followTags
Deprecated.
-
-
Constructor Details
-
FactoryProperties
public FactoryProperties()Deprecated.
-
-
Method Details
-
createParagraph
Deprecated. -
createParagraph
Deprecated. -
createListItem
Deprecated. -
getHyphenation
Deprecated.Gets a HyphenationEvent based on the hyphenation entry in ChainedProperties.- Parameters:
props- ChainedProperties- Returns:
- a HyphenationEvent
- Since:
- 2.1.2
-
getHyphenation
Deprecated.Gets a HyphenationEvent based on the hyphenation entry in a HashMap.- Parameters:
props- a HashMap with properties- Returns:
- a HyphenationEvent
- Since:
- 2.1.2
-
getHyphenation
Deprecated.Gets a HyphenationEvent based on a String. For instance "en_UK,3,2" returns new HyphenationAuto("en", "UK", 3, 2);- Parameters:
s- a String, for instance "en_UK,2,2"- Returns:
- a HyphenationEvent
- Since:
- 2.1.2
-
insertStyle
Deprecated. -
insertStyle
Deprecated.New method contributed by Lubos Strapko- Parameters:
h- a Mapcprops- the ChainedProperties- Since:
- 2.1.3
-
createChunk
Deprecated. -
getFont
Deprecated. -
getFontImp
Deprecated. -
setFontImp
Deprecated.
-