'Declaration Public Shared Function Parse( _ ByVal rPr As XElement, _ Optional ByVal formatting As Formatting, _ Optional ByVal defaultFontFamily As String _ ) As Formatting
'Usage Dim rPr As XElement Dim formatting As Formatting Dim defaultFontFamily As String Dim value As Formatting value = Formatting.Parse(rPr, formatting, defaultFontFamily)
public static Formatting Parse( XElement rPr, Formatting formatting, string defaultFontFamily )
Parameters
- rPr
- The XElement that contains the options to use for the Formatting object.
- formatting
- The base Formatting object to use, if any. By default, null.
- defaultFontFamily
Return Value
A Formatting object.