Description
Returns the content of the XML Output.
This property is read-only.
Syntax
object.GetXMLOutput |
object
Required. Object name, returned by Text.GetTextStyle and GetParaStyle.
Example
This script returns the content of the XML output for the current paragraph style.
Dim objStyle = Text.GetParaStyle
msgbox (objStyle.XMLOutput)