API Reference
Class
LegacyWordParagraphContent
Describes one recovered source paragraph.
Inheritance
- Object
- LegacyWordParagraphContent
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.Paragraphs
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Text { get; } #Gets the combined paragraph text.
public IReadOnlyList<LegacyWordRunContent> Runs { get; } #Gets recovered formatted runs.
public Boolean IsList { get; } #Gets whether the paragraph is a list item.
public Int32 ListLevel { get; } #Gets the recovered list nesting level.
public Nullable<WordParagraphAlignment> Alignment { get; } #Gets recovered alignment.
public Boolean PageBreakBefore { get; } #Gets whether the source requested a page break before this paragraph.
public Boolean KeepWithNext { get; } #Gets whether the source requested keeping this paragraph with the next.
public Boolean KeepLinesTogether { get; } #Gets whether the source requested keeping paragraph lines together.
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 String StyleName { get; } #Gets the recovered source style name, when available.