public final class TableProperties extends StructuredElementProperties
Provides the properties of a document's table element.
Constructor and Description |
---|
TableProperties()
Initializes a new instance of the
TableProperties class. |
TableProperties(String name)
Initializes a new instance of the
TableProperties class. |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets a name of the table.
|
get_Item, getElementType, getSkipElement, isEmptyElement, setSkipElement
public TableProperties()
Initializes a new instance of the TableProperties
class.
public TableProperties(String name)
Initializes a new instance of the TableProperties
class.
name
- A name of the table.public String getName()
Gets a name of the table.
Copyright © 2019. All rights reserved.