跳到主要内容

ApiDocument

Represents the ApiDocument class.

Methods

MethodReturnsDescription
ClearAllFieldsNoneClears all forms in the document.
GetAllFormsApiForm[]Returns all existing forms in the document.
GetFormsByTagApiForm[]Returns a list of all forms in the document with the specified tag name.
GetFormsDataFormData[]Returns the data from all forms present in the current document.\ If a form was created and not assigned to any part of the document, it won't appear in this list.
GetTagsOfAllFormsString[]Returns a list of all tags that are used for all forms in the document.
InsertTextFormApiTextFormInserts a text box with the specified text box properties over the selected text.
SetFormsDataNoneSets the data to the specified forms.
SetFormsHighlightNoneSets the highlight to the forms in the document.