... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Microsoft Word Suite
166
Class: subdocument
Plural
subdocuments
Represents a subdocument within a document or range. The subdocument list includes all the
subdocuments in a range or document.
Use subdocument index, where index is the index number, to return a single subdocument object.
The following example displays the path and file name of the first subdocument in the active
document.
if has file of subdocument 1 of active document is true then
display dialog (path of subdocument 1 of active document & ¬
path separator & name of subdocument 1 of active document) as string
end if
Properties
has file
True if the specified subdocument has been saved to a file. Read-only.
level
Returns the heading level used to create the subdocument. Read-only.
locked
True if a subdocument in a master document is locked. Read/write.
name
Returns the subdocument's file name. Read-only.
path
Returns the path to the specified subdocument object. Read-only.
Note The path doesn't include a trailing character; for example, Macintosh HD:Users:Shared.
text object
Returns a text range object that represents the portion of a document that's contained in the
specified object. Read-only.
Summary :
Microsoft Word Suite 166 Class: subdocument Plural subdocuments Represents a subdocument within a document or range. if has file of subdocument 1 of active document is true then display dialog (path of subdocument 1 of active document &
Tags :
document,path,object,readonly,file,actie,name,returns,range,subdocuments,true,index,specified