Object Model Reference : Classes : D : Document : Properties : Document.SymbolLibrary |
Property SymbolLibrary As SymbolLibrary
Member of Document
The SymbolLibrary property returns the local documents symbol library.
The SymbolLibrary property returns a read-only value.
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 |
Copyright 2013 Corel Corporation. All rights reserved.