java.lang.Object
org.openpdf.css.parser.CSSParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanparseDeclaration(StylesheetInfo.Origin origin, String text) @Nullable PropertyValueparsePropertyValue(CSSName cssName, StylesheetInfo.Origin origin, String expr) parseStylesheet(@Nullable String uri, StylesheetInfo.Origin origin, Reader reader) voidvoidsetSupportCMYKColors(boolean b)
-
Constructor Details
-
CSSParser
-
-
Method Details
-
parseStylesheet
@CheckReturnValue public Stylesheet parseStylesheet(@Nullable String uri, StylesheetInfo.Origin origin, Reader reader) throws IOException - Throws:
IOException
-
parseDeclaration
-
parsePropertyValue
public @Nullable PropertyValue parsePropertyValue(CSSName cssName, StylesheetInfo.Origin origin, String expr) -
reset
-
isSupportCMYKColors
public boolean isSupportCMYKColors() -
setSupportCMYKColors
public void setSupportCMYKColors(boolean b)
-