API Reference
Class
OdtSpan
An XML-backed ODT inline span.
Inheritance
- Object
- OdtSpan
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 OdtParagraph.AddSpan
- Property OdtParagraph.Spans
- Method OdtSpan.AddText
Methods
public OdtSpan AddText(String text) #Returns:
OdtSpanAppends decoded plain text.
Parameters
- text System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
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 Nullable<OdfColor> Color { get; set; } #Explicit or inherited text color.