TextSpan Class

An inline text.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.Layout.TextSpan

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public class TextSpan
VB
Public Class TextSpan

The TextSpan type exposes the following members.

Methods

  NameDescription
Public methodBackgroundColor
Sets the background color and opacity.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFontColor
Sets the font color.
Public methodFontSize
Sets the font size.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStyle(Func<Typography, TextStyle>)
Sets the text style.
Public methodStyle(TextStyle)
Sets the text style.
Public methodToString (Inherited from Object.)

See Also