TableFormat Class

Represents format of a table.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesTableFormat

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class TableFormat : ITableFormat

The TableFormat type exposes the following members.

Properties
  NameDescription
Public propertyFillFormat
Returns a table fill properties object. Read-only IFillFormat.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodCode exampleGetEffective
Gets effective table formatting properties with inheritance and table styles applied.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also