Class ChainedProperties
java.lang.Object
com.lowagie.text.html.simpleparser.ChainedProperties
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToChain(String key, Map<String, String> prop) Deprecated.findProperty(String key) Deprecated.Try find property by its namegetOrDefault(String key, String defaultValue) Deprecated.Get property by its name or return default value when property is not present or isnullgetProperty(String key) Deprecated.booleanhasProperty(String key) Deprecated.voidremoveChain(String key) Deprecated.
-
Field Details
-
fontSizes
public static final int[] fontSizesDeprecated. -
chain
-
-
Constructor Details
-
ChainedProperties
public ChainedProperties()Deprecated.Creates a new instance of ChainedProperties
-
-
Method Details
-
getProperty
-
findProperty
Deprecated.Try find property by its name- Parameters:
key- property name- Returns:
Optionalcontaining the value orOptional.empty()if there is no value or it equalsnull
-
getOrDefault
-
hasProperty
Deprecated. -
addToChain
-
removeChain
Deprecated.
-