Class FormattedText
  
  Represents formatted text in a Shape.
 
  
  
    Inheritance
    System.Object
    FormattedText
   
  
  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
  
  
  
  
  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
  
  
  
  
  Margin
  
  
  Declaration
  
    public Margin Margin { get; }
   
  Property Value
  
  
  
  
  Paragraphs
  
  
  Declaration
  
    public List<DrawingTextParagraph> Paragraphs { get; }
   
  Property Value
  
  
  
  
  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
  
  
  
  
  VerticalAlignment
  
  
  Declaration
  
    public TextBoxVerticalAlignment VerticalAlignment { get; set; }
   
  Property Value
  
  
  
  
  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 | 
         |