Labels

Property of ITextDocument

Description

Labels collection

Property type

Read-Only Property of type ILabels

Syntax

JavaScript

var pLabels = TextDocument.Labels;

Visual Basic Script

pLabels = TextDocument.Labels

C++

CComPtr<ILabels> pLabels;
HRESULT hr = TextDocument.get_Labels(&pLabels);

See Also

ITextDocument