menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextWord - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextWord

    Details of a word present in the line.

    Inheritance
    System.Object
    TextWord
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class TextWord : Object

    Constructors

    TextWord()

    Declaration
    public TextWord()

    Properties

    Bounds

    Gets the bounds of the text.

    Declaration
    public RectangleF Bounds { get; }
    Property Value
    Type
    RectangleF

    Glyphs

    Gets the text glyph with bounds in the word.

    Declaration
    public List<TextGlyph> Glyphs { get; }
    Property Value
    Type
    System.Collections.Generic.List<TextGlyph>

    Text

    Gets the text.

    Declaration
    public string Text { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved