Show / Hide Table of Contents

Class FormattedText

Represents formatted text in a Shape.

Inheritance
System.Object
FormattedText
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FormattedText : object

Properties

AllowTextToOverflowShape

Declaration
public bool AllowTextToOverflowShape { get; set; }
Property Value
Type Description
System.Boolean

BodyEffects

Declaration
public TextBodyEffects BodyEffects { get; }
Property Value
Type Description
TextBodyEffects

ColumnNumber

Declaration
public int ColumnNumber { get; set; }
Property Value
Type Description
System.Int32

ColumnSpacing

Declaration
public double ColumnSpacing { get; set; }
Property Value
Type Description
System.Double

CustomAngle

Declaration
public int? CustomAngle { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Font

Declaration
public DrawingFont Font { get; }
Property Value
Type Description
DrawingFont

Margin

Declaration
public Margin Margin { get; }
Property Value
Type Description
Margin

Paragraphs

Declaration
public List<DrawingTextParagraph> Paragraphs { get; }
Property Value
Type Description
List<DrawingTextParagraph>

ResizeShapeToFitText

Declaration
public bool ResizeShapeToFitText { get; set; }
Property Value
Type Description
System.Boolean

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

TextDirection

Declaration
public TextDirection TextDirection { get; set; }
Property Value
Type Description
TextDirection

VerticalAlignment

Declaration
public TextBoxVerticalAlignment VerticalAlignment { get; set; }
Property Value
Type Description
TextBoxVerticalAlignment

WrapText

Declaration
public bool WrapText { get; set; }
Property Value
Type Description
System.Boolean

Methods

AppendText(String)

Declaration
public void AppendText(string text)
Parameters
Type Name Description
System.String text
Back to top Generated by DocFX