API Reference
OdtHyperlink
An XML-backed ODT hyperlink. Targets are preserved and never fetched.
Inheritance
- Object
- OdtHyperlink
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 OdtHyperlink.TransformTextCase
- Property OdtInlineNode.Hyperlink
- Method OdtParagraph.AddHyperlink
- Property OdtParagraph.Hyperlinks
Methods
public OdtHyperlink TransformTextCase(OfficeTextCase textCase, CultureInfo culture = null) #OdtHyperlinkChanges the hyperlink display text casing while preserving its target and text style.
Parameters
- textCase OfficeIMO.Drawing.OfficeTextCase
- culture System.Globalization.CultureInfo = null
Inherited Methods
Properties
public String Text { get; set; } #Decoded display 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 line 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.