Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextFrame

    Show / Hide Table of Contents

    Class TextFrame

    Represents the text frame

    Inheritance
    System.Object
    TextFrame
    Implements
    ITextFrame
    Namespace: Syncfusion.Drawing
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class TextFrame : Object, ITextFrame

    Properties

    BottomMarginPt

    Gets or sets the bottom margin pt

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

    HorizontalAlignment

    Gets or sets the horizontal alignment

    Declaration
    public ExcelHorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    ExcelHorizontalAlignment

    IsAutoMargins

    Gets or sets if the text frame has auto margins

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

    IsAutoSize

    Gets or sets if the text frame has auto size

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

    IsTextOverFlow

    Gets or sets if the text overflows

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

    MarginLeftPt

    Gets or sets the left margin pt

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

    RightMarginPt

    Gets or sets the right margin pt

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

    TextDirection

    Gets the text direction

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

    TextHorzOverflowType

    Gets or sets the horizontal overflow type of the text

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

    TextRange

    Gets the test range

    Declaration
    public ITextRange TextRange { get; }
    Property Value
    Type Description
    ITextRange

    TextVertOverflowType

    Gets or sets the vertical overflow type of the text

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

    TopMarginPt

    Gets or sets the top margin pt

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

    VerticalAlignment

    Gets or sets the vertical alignment

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

    WrapTextInShape

    Gets or sets the warp text in shape

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

    Implements

    ITextFrame
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved