API Reference

Class

OdpHyperlink

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODP hyperlink. Targets are preserved and never fetched.

Inheritance

  • Object
  • OdpHyperlink

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

Properties

public String Text { get; set; } #

Decoded display text.

public String Href { get; set; } #

Link target.

public String TargetFrameName { get; set; } #

ODF target frame behavior, if authored.

public String ShowBehavior { get; set; } #

Raw XLink show behavior, if authored.

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