GetXMLOutput Method

Build 1501 on 14/Nov/2017  This topic last edited on: 10/Oct/2016, at 13:12

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)