Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
AcmTable Properties

The properties of the AcmTable class are listed below. For a complete list of AcmTable class members, see the AcmTable Members topic.

Properties
Name Description
Block (inherited from AcmContent) Gets the nearest block parent starting from this content.
BlockParent (inherited from AcmContent) Gets the nearest block parent, starting from the parent content.
CellPadding Gets or sets the padding for all cells.
CellSpacing Gets or set the spacing between cells.
Children (inherited from AcmContent) Gets the children collection.
Columns Gets the table column collection.
GridLineInfo Gets or sets the grid line color, style and width.
GridLineType Gets the table grid line type.
IsBlock (inherited from AcmContent) Returns a value indicating whether this content is a block content.
IsInline (inherited from AcmContent) Returns a value indicating whether this content is an inline content.
NextSibling (inherited from AcmContent) Gets the next sibling AcmContent object.
Parent (inherited from AcmContent) Gets the parent AcmContent object.
PrevSibling (inherited from AcmContent) Gets the previous sibling AcmContent object.
Rows Gets the table row collection.
Style (inherited from AcmContent) Gets the AcmStyle object associated to this AcmContent object.
StyleName (inherited from AcmContent) Gets or sets the style name.
StyleSheet (inherited from AcmContent) Gets or sets the style sheet.
Tag (inherited from AcmContent) Gets or sets the object that contains data about the content.
See Also