DeltaXML DITA Compare .NET API DocumentationThe ShowNonPhraseChanges type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the ShowNonPhraseChanges.
| |
| getDisplayName |
Returns the user friendly String name of the ShowNonPhraseChanges.
| |
| getShowNonPhraseChanges |
Returns a ShowNonPhraseChanges object from the supplied String value if appropriate.
| |
| parseValue |
Returns a ShowNonPhraseChanges object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of ShowNonPhraseChanges.
(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 | |
|---|---|---|
| ALWAYS |
If set to 'always' always wrap in the element set from 'phrase-element-name', defaulting to <ph>.
| |
| NEVER |
If set to 'never' do not show change where a phrase element is not valid.
| |
| WHERE_VALID |
If set to 'where-valid', uses -[[old-text]]- +[[new-text]]+ delimiters to show change where <ph> is not valid.
|
See Also