GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TableWidthUnit Enum

    Namespace:
    GemBox.Document.Tables
    Assembly:
    GemBox.Document.dll

    Represents a table width measurement unit.

    • C#
    • VB.NET
    public enum TableWidthUnit
    Public Enum TableWidthUnit

    Fields

    Auto

    Specifies that the value for the measurement of the current table width property in the parent table shall be automatically determined by the table layout algorithm when the table is displayed (this width can be adjusted as appropriate).

    Percentage

    Specifies that the value for the measurement of the current table width property in the parent table shall be interpreted as a percent. These percentages shall be calculated relative to the extents specified by the parent element.

    Point

    Specifies that the value for the measurement of the current table width property in the parent table shall be interpreted in points.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.