API Reference

Class

OdtSpan

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

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.

Methods

public OdtSpan AddText(String text) #
Returns: OdtSpan

Appends decoded plain text.

Parameters

text System.String requiredposition: 0
public OdtSpan TransformTextCase(OfficeTextCase textCase, CultureInfo culture = null) #
Returns: OdtSpan

Changes the stored span text casing while preserving its text style.

Parameters

textCase OfficeIMO.Drawing.OfficeTextCase requiredposition: 0
culture System.Globalization.CultureInfo = null optionalposition: 1

Properties

public String Text { get; set; } #

Decoded span 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<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.