API Reference
Class
OdpParagraph
An XML-backed presentation paragraph.
Inheritance
- Object
- OdpParagraph
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 OdpList.AddItem
- Property OdpList.Items
- Method OdpNotes.AddParagraph
- Property OdpNotes.Paragraphs
- Method OdpTextBox.AddParagraph
- Property OdpTextBox.Paragraphs
Methods
public OdpRun AddRun(String text = null) #Returns:
OdpRunAdds an inline text run.
Parameters
- text System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Text { get; set; } #Decoded paragraph text.
public String StyleName { get; set; } #Referenced paragraph style name.
public IReadOnlyList<OdpRun> Runs { get; } #Inline text runs.
public Nullable<Boolean> Bold { get; set; } #Explicit or inherited bold state.
public Nullable<OdfLength> FontSize { get; set; } #Explicit or inherited font size.