... 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
179
Properties
default text input
Returns or sets the text that represents the default text box contents. Read/write.
format
Returns the text formatting for the specified text box. Read-only.
To set the text formatting, use the edit type command.
text input field type
Returns the type of text form field. Read-only.
Can be one of the following:
·
calculation text
·
current date text
·
current time text
·
date text
·
number text
·
regular text
valid
True if the specified form field object is a valid text form field. False if it isn't valid. Read-only.
width
Returns or sets the width of the text input object, in points. Read/write.
Class: text retrieval mode
Plural
text retrieval modes
Represents options that control how text is retrieved from a text range object.
To return a text retrieval mode object, use the text retrieval mode property of a text range. The
following example displays the text of the first sentence in the active document, excluding field
codes and hidden text.
set trm1 to text retrieval mode of sentence 1 of active document
set include hidden text of trm1 to false
set include field codes of trm1 to false
display dialog (get content of sentence 1 of active document)
Remarks
Changing the view type, include hidden text, or include field codes property of the text retrieval mode
object doesn't change the screen display. Instead, changing one of these properties determines what
text is retrieved from a text range object when the content property is used.
Summary :
Can be one of the following: · calculation text · current date text · current time text · date text · number text · regular text valid True if the specified form field object is a valid text form field.
Tags :
field,object,retrieal,mode,type,returns,include,set,text,range,readonly,property,form