API Reference
Class
OdpRun
An XML-backed presentation inline text run.
Inheritance
- Object
- OdpRun
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 OdpParagraph.AddRun
- Property OdpParagraph.Runs
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Text { get; set; } #Decoded run text.
public String StyleName { get; set; } #Referenced text style name.
public Nullable<Boolean> Bold { get; set; } #Explicit or inherited bold state.
public Nullable<Boolean> Italic { get; set; } #Explicit or inherited italic state.
public Nullable<OdfLength> FontSize { get; set; } #Explicit or inherited font size.
public String FontFamily { get; set; } #Explicit or inherited font family.
public Nullable<OdfColor> Color { get; set; } #Explicit or inherited text color.