API Reference
Class
OdfFontFamilySyntax
Parsed CSS-style font-family syntax used by ODF text properties.
Inheritance
- Object
- OdfFontFamilySyntax
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method OdfFontFamilySyntax.Parse
Accepted by parameters
- Method OdfFontFamilySyntax.TryParse
Methods
public static OdfFontFamilySyntax Parse(String value) #Returns:
OdfFontFamilySyntaxParses an ODF font-family value.
Parameters
- value System.String
Exceptions
FormatException– The value is empty or contains malformed list syntax.
public static Boolean TryParse(String value, out OdfFontFamilySyntax syntax) #Returns:
BooleanTries to parse an ODF font-family value without regular-expression rewriting.
Parameters
- value System.String
- syntax OfficeIMO.OpenDocument.OdfFontFamilySyntax@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object