-
Notifications
You must be signed in to change notification settings - Fork 0
/
ObjectHierarchy.bas
37 lines (37 loc) · 1002 Bytes
/
ObjectHierarchy.bas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Attribute VB_Name = "ObjectHierarchy"
Option Explicit
'
'Classes and Objects and public Member
'asdf
'Highlighter
'| (BaseClass)
'|-#CreateCharacterStyles
'|-#CreateCodeParagraphStyle
'|-CodeSections
'| |#Add (CodeSection)
'| |-Count
'| |-Item (CodeSection)
'| \-CodeSection
'| |-HasChanged (Boolean)
'| |-Paragraphs
'| |-#ParseParagraphs
'| \-Lines
'| |-Line
'| | |#ParseParagraph (Word.Paragraph)
'| | \-Keywords
'| | |-#Add (Keyword)
'| | |-Count(Long)
'| | |-Item (Keyword)
'| | \-Keyword
'| | |-Range (Word.Range)
'| | |-Tag (String)
'| | \-KeywordType (String)
'| |#Add (Line)
'| |-Item (Line)
'| \-Count (Line)
'|-KeyWordDictionary
'| |-#InitFromFile (String)
'| |-GetCategoryFromKeyword (String)
'| \-GetCategories (Variant())
'|-Document (Word.Document)
'|-#ParseDocument