|
java.lang.Object
com.aspose.words.FieldType
public class FieldType - extends java.lang.Object
Utility class containing constants.
Enumeration that identifies all different types of Word fields.
|
Field Summary |
static final int | FIELD_NONE | |
|
Field type is not specified.
|
static final int | FIELD_ADDRESS_BLOCK | |
|
Inserts an address block.
|
static final int | FIELD_ADVANCE | |
|
Offset subsequent text within a line to the left, right, up or down.
|
static final int | FIELD_ASK | |
|
Prompt the user for text to assign to a bookmark.
|
static final int | FIELD_AUTHOR | |
|
The name of the document's author from Summary Info.
|
static final int | FIELD_AUTO_NUM | |
|
Insert an automatic number.
|
static final int | FIELD_AUTO_NUM_LEGAL | |
|
Insert an automatic number in legal format.
|
static final int | FIELD_AUTO_NUM_OUTLINE | |
|
Insert an automatic number in outline format.
|
static final int | FIELD_AUTO_TEXT | |
|
Insert an AutoText entry.
|
static final int | FIELD_AUTO_TEXT_LIST | |
|
Insert text based on style.
|
static final int | FIELD_BAR_CODE | |
|
Insert a delivery point barcode.
|
static final int | FIELD_BIDI_OUTLINE | |
|
Undocumented.
|
static final int | FIELD_COMMENTS | |
|
The comments from Summary Info.
|
static final int | FIELD_COMPARE | |
|
Compares two values.
|
static final int | FIELD_CREATE_DATE | |
|
The date the document was created.
|
static final int | FIELD_DATABASE | |
|
Insert data from an external database.
|
static final int | FIELD_DATE | |
|
Today's date.
|
static final int | FIELD_DDE | |
|
Undocumented.
|
static final int | FIELD_DDE_AUTO | |
|
Undocumented.
|
static final int | FIELD_DOC_PROPERTY | |
|
Insert the value of the property.
|
static final int | FIELD_DOC_VARIABLE | |
|
Insert the value of the document variable.
|
static final int | FIELD_EDIT_TIME | |
|
The total document editing time.
|
static final int | FIELD_EMBED | |
|
OLE2 embedded object.
Might occur only in files. In the document object, represented by a single shape node.
|
static final int | FIELD_EQUATION | |
|
Create a scientific equation.
|
static final int | FIELD_FILE_NAME | |
|
The document's name and location.
|
static final int | FIELD_FILE_SIZE | |
|
The size on disk of the active document.
|
static final int | FIELD_FILL_IN | |
|
Prompt the user for text to insert in the document.
|
static final int | FIELD_FORM_CHECK_BOX | |
|
Check box control.
|
static final int | FIELD_FORM_DROP_DOWN | |
|
Drop down control.
|
static final int | FIELD_FORM_TEXT_INPUT | |
|
Text control.
|
static final int | FIELD_FORMULA | |
|
Calculates the result of an expression.
|
static final int | FIELD_GREETING_LINE | |
|
Undocumented.
|
static final int | FIELD_GO_TO_BUTTON | |
|
Move the insertion point to a new location.
|
static final int | FIELD_HYPERLINK | |
|
Open and jump to the specified file.
|
static final int | FIELD_IF | |
|
Evaluate arguments conditionally.
|
static final int | FIELD_INCLUDE_PICTURE | |
|
"INCLUDEPICTURE", Insert a picture from a file.
Might occur only in files. In the document object, represented by a single shape node.
|
static final int | FIELD_INCLUDE_TEXT | |
|
Insert text from a file.
|
static final int | FIELD_INDEX | |
|
Create an index.
|
static final int | FIELD_INDEX_ENTRY | |
|
Mark an index entry.
|
static final int | FIELD_INFO | |
|
Data from Summary Info.
|
static final int | FIELD_KEYWORD | |
|
The keywords from Summary Info.
|
static final int | FIELD_LAST_SAVED_BY | |
|
Name of user who last saved the document.
|
static final int | FIELD_LINK | |
| Linked OLE2 object. The LINK field in the file can be with an image or without.
Aspose.Words represents a LINK field with an image and without differently in the model.
A LINK field with an image will be represented by a Shape
object and no field. A LINK field without an image will be represeted as a normal field. |
static final int | FIELD_LIST_NUM | |
|
Insert an element in a list.
|
static final int | FIELD_MACRO_BUTTON | |
|
Run a macro.
|
static final int | FIELD_MERGE_FIELD | |
|
Insert a mail merge field.
|
static final int | FIELD_MERGE_REC | |
|
The number of the current merge record.
|
static final int | FIELD_MERGE_SEQ | |
|
Merge record sequence number.
|
static final int | FIELD_NEXT | |
|
Go to the next record in a mail merge.
|
static final int | FIELD_NEXT_IF | |
|
Conditionally go to the next record in a mail merge.
|
static final int | FIELD_NOTE_REF | |
|
Insert the number of a footnote or endnote.
|
static final int | FIELD_NUM_CHARS | |
|
The number of characters in the document.
|
static final int | FIELD_NUM_PAGES | |
|
The number of pages in the document.
|
static final int | FIELD_NUM_WORDS | |
|
The number of words in the document.
|
static final int | FIELD_OCX | |
| Represents an ActiveX control such as a command button etc. Normally, Aspose.Words will represent an ActiveX control as a
Shape object, but for some documents, where a control does
not have data and/or seems to be invalid, it will be represented as a field. |
static final int | FIELD_PAGE | |
|
Insert the number of the current page.
|
static final int | FIELD_PAGE_REF | |
|
Insert the number of the page containing the specified bookmark.
|
static final int | FIELD_PRINT | |
|
Download commands to a printer.
|
static final int | FIELD_PRINT_DATE | |
|
The date the document was last printed.
|
static final int | FIELD_PRIVATE | |
|
Stores data for documents converted from other file formats.
Microsoft Word inserts a PRIVATE field when converting file formats;
the field contains data needed for converting a document back to its original file format.
A PRIVATE field is formatted as hidden text and doesn't affect the document layout.
|
static final int | FIELD_QUOTE | |
|
Insert literal text.
|
static final int | FIELD_REF | |
|
Insert the text marked by a bookmark.
|
static final int | FIELD_REF_DOC | |
|
Create an index, table of contents, table of figures, and/or table of authorities by using multiple documents.
|
static final int | FIELD_REVISION_NUM | |
|
Insert the number of times the document has been saved.
|
static final int | FIELD_SAVE_DATE | |
|
The date the document was last saved.
|
static final int | FIELD_SECTION | |
|
Insert the number of the current section.
|
static final int | FIELD_SECTION_PAGES | |
|
Insert the total number of pages in the section.
|
static final int | FIELD_SEQUENCE | |
|
Insert an automatic sequence number.
|
static final int | FIELD_SET | |
|
Assign new text to a bookmark.
|
static final int | FIELD_SHAPE | |
|
Represents an inline shape in the document.
Might occur only in files. In the document object, represented by a single shape node.
|
static final int | FIELD_SKIP_IF | |
|
Conditionally skip a record in a mail merge.
|
static final int | FIELD_STYLE_REF | |
|
Insert the text from a like-style paragraph.
|
static final int | FIELD_SUBJECT | |
|
The document's subject from Summary Info.
|
static final int | FIELD_SYMBOL | |
|
Insert a special character.
|
static final int | FIELD_TEMPLATE | |
|
The name of the template attached to the document.
|
static final int | FIELD_TIME | |
|
The current time.
|
static final int | FIELD_TITLE | |
|
The document's title from Summary Info.
|
static final int | FIELD_TOA | |
|
Create a table of authorities.
|
static final int | FIELD_TOA_ENTRY | |
|
Make a table of authorities entry.
|
static final int | FIELD_TOC | |
|
Create a table of contents.
|
static final int | FIELD_TOC_ENTRY | |
|
Make a table of contents entry.
|
static final int | FIELD_USER_ADDRESS | |
|
Address from Tools Options User Info.
|
static final int | FIELD_USER_INITIALS | |
|
Initials form Tools Options User Info.
|
static final int | FIELD_USER_NAME | |
|
Name from Tools Options User Info.
|
FIELD_NONE | |
public static final int FIELD_NONE |
-
Field type is not specified.
FIELD_ADDRESS_BLOCK | |
public static final int FIELD_ADDRESS_BLOCK |
-
Inserts an address block.
FIELD_ADVANCE | |
public static final int FIELD_ADVANCE |
-
Offset subsequent text within a line to the left, right, up or down.
FIELD_ASK | |
public static final int FIELD_ASK |
-
Prompt the user for text to assign to a bookmark.
FIELD_AUTHOR | |
public static final int FIELD_AUTHOR |
-
The name of the document's author from Summary Info.
FIELD_AUTO_NUM | |
public static final int FIELD_AUTO_NUM |
-
Insert an automatic number.
FIELD_AUTO_NUM_LEGAL | |
public static final int FIELD_AUTO_NUM_LEGAL |
-
Insert an automatic number in legal format.
FIELD_AUTO_NUM_OUTLINE | |
public static final int FIELD_AUTO_NUM_OUTLINE |
-
Insert an automatic number in outline format.
|