DeltaXML DITA Compare .NET API DocumentationThe OutputFormat type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the OutputFormat.
| |
| getDisplayName |
Returns the user friendly String name of the OutputFormat.
| |
| getOutputFormat |
Returns a OutputFormat object from the supplied String value if appropriate.
| |
| parseValue |
Returns a OutputFormat object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of OutputFormat.
(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 | |
|---|---|---|
| ARBORTEXT_TCS |
Differences are marked up in the Arbortext tracked change format.
| |
| DITA_MARKUP |
Differences are marked up using DITA's rev and status attributes.
| |
| FRAMEMAKER_TCS |
Differences are marked up in the FrameMaker tracked change format.
| |
| OXYGEN_TCS |
Differences are marked up in the oXygen tracked change format.
| |
| XMETAL_TCS |
Differences are marked up in the XMetaL tracked change format.
|
See Also