API Reference
LegacyWordStyleContent
Describes one recovered source paragraph-style definition.
Inheritance
- Object
- LegacyWordStyleContent
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
- Property LegacyWordContent.Styles
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Name { get; } #Gets the recovered source style name.
public Boolean Bold { get; } #Gets whether bold is part of the style.
public Boolean Italic { get; } #Gets whether italic is part of the style.
public Nullable<WordUnderlineStyle> Underline { get; } #Gets the recovered underline style.
public Nullable<Double> FontSizePoints { get; } #Gets the recovered font size in points.
public String FontFamily { get; } #Gets the recovered font family.
public String ColorHex { get; } #Gets the recovered RGB color.
public Nullable<WordParagraphAlignment> Alignment { get; } #Gets recovered paragraph alignment.
public Nullable<Double> LineSpacingPoints { get; } #Gets recovered line spacing in points.
public Nullable<Double> SpacingBeforePoints { get; } #Gets recovered spacing before the paragraph in points.
public Nullable<Double> SpacingAfterPoints { get; } #Gets recovered spacing after the paragraph in points.
public Boolean PageBreakBefore { get; } #Gets whether the style requests a page break before the paragraph.
public Boolean KeepWithNext { get; } #Gets whether the style keeps a paragraph with the next paragraph.
public Boolean KeepLinesTogether { get; } #Gets whether the style keeps paragraph lines together.