API Reference
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
- Property OdtInlineNode.Span
- Method OdtParagraph.AddSpan
- Property OdtParagraph.Spans
- Method OdtSpan.AddText
- Method OdtSpan.TransformTextCase
Methods
public OdtSpan AddText(String text) #OdtSpanAppends decoded plain text.
Parameters
- text System.String
public OdtSpan TransformTextCase(OfficeTextCase textCase, CultureInfo culture = null) #OdtSpanChanges the stored span text casing while preserving its text style.
Parameters
- textCase OfficeIMO.Drawing.OfficeTextCase
- culture System.Globalization.CultureInfo = null
Inherited Methods
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<Boolean> Underline { get; set; } #Explicit or inherited underline state.
public Nullable<OdfTextDecorationStyle> UnderlineStyle { get; set; } #Explicit or inherited native underline style.
public Nullable<OdfTextDecorationType> UnderlineType { get; set; } #Explicit or inherited native underline line count.
public Boolean UsesNonSolidUnderlineStyle { get; } #Whether the effective underline uses a non-solid ODF decoration style.
public Nullable<Boolean> StrikeThrough { get; set; } #Explicit or inherited strike-through state.
public Nullable<OdfTextDecorationStyle> LineThroughStyle { get; set; } #Explicit or inherited native line-through style.
public Nullable<OdfTextDecorationType> LineThroughType { get; set; } #Explicit or inherited native line-through count.
public Boolean UsesNonSolidLineThroughStyle { get; } #Whether the effective line-through uses a non-solid ODF decoration style.
public Nullable<OdfLength> FontSize { get; set; } #Explicit or inherited font size.
public Nullable<OdfTextPosition> TextPosition { get; set; } #Explicit or inherited baseline placement.
public Nullable<OdfTextTransform> TextTransform { get; set; } #Explicit or inherited display-time case transformation.
public Nullable<Boolean> SmallCaps { get; set; } #Explicit or inherited small-cap display formatting.
public String FontFamily { get; set; } #Explicit or inherited font family.
public Nullable<OdfColor> Color { get; set; } #Explicit or inherited text color.
public Nullable<OdfColor> BackgroundColor { get; set; } #Explicit or inherited text background color.