Labels
Property of IDocumentStructure
Description
Labels collection
Property type
Read-Only Property of type ILabels
Syntax
JavaScript
var pLabels = DocumentStructure.Labels;
Visual Basic Script
pLabels = DocumentStructure.Labels
C++
CComPtr<ILabels> pLabels; HRESULT hr = DocumentStructure.get_Labels(&pLabels);