Previous Document Next Document

Object Model Reference : Classes : D : Document : Properties : Document.SymbolLibrary


Document.SymbolLibrary

Property SymbolLibrary As SymbolLibrary

Description

Member of Document

The SymbolLibrary property returns the local document’s symbol library.

The SymbolLibrary property returns a read-only value.

VBA example

The following VBA example displays the number of distinct symbols are currently in the document.

Sub Test()
MsgBox "The document has " & ActiveDocument.SymbolLibrary.Symbols.Count & " unique symbols."
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.