DeltaXML DITA Compare .NET API DocumentationThe XmetalTrackChangesTableChangeMode type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the XmetalTrackChangesTableChangeMode.
| |
| getDisplayName |
Returns the user friendly String name of the XmetalTrackChangesTableChangeMode.
| |
| getXmetalTrackChangesTableChangeMode |
Returns a XmetalTrackChangesTableChangeMode object from the supplied String value if appropriate.
| |
| parseValue |
Returns a XmetalTrackChangesTableChangeMode object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of XmetalTrackChangesTableChangeMode.
(Overrides EnumtoString .) | |
| valueOf |
Returns the enum constant of this type with the specified name.
| |
| values |
Returns an array containing the constants of this enum type, in the order they're declared.
|
Properties
| Name | Description | |
|---|---|---|
| DOWN |
Changes in rows and cells are pushed down to the cell content level.
| |
| IGNORE |
All changes in a table are ignored.
| |
| UP |
Changes in rows and cells are pushed up to the table level.
|
See Also