|
| SCALEALL_3D_CURSOR — cursorID | |
|
|
| SCChangeProc — Called by the Spelling plug-in each time scOutBufferAStext is about to change. An SCChangeProc() is optional. | |
|
|
| SCCompletionProc — An SCCompletionProc() must be provided for each domain a plug-in registers with SpellAddDomain(). It is called by the Spelling plug-in when the user has completed the spell check. | |
|
|
| SCEnableProc — Called by the Spelling plug-in to determine whether the Spelling menu items and toolbar button should be enabled. An SCEnableProc() must be provided for each domain a plug-in registers with SpellAddDomain(). | |
|
|
| SCGetTextProc — This procedure is called by Spelling to request a text buffer to be checked by the user in the Spelling dialog box. | |
|
|
| SCInitProc | |
|
|
| ScriptingData | |
|
|
| SCROLL_CURSOR — cursorID | |
|
|
| SCRTFChangeProc — Callback proc for SpellCheckRTF. This proc is called each time the user changes something in the original input buffer. This allows the caller of SpellCheckRTF() to track text changes to a rich text buffer and overlay the plain text change onto the rich text spans to perserve formatting. | |
|
|
| SCTermProc | |
|
|
| Search —
The Adobe Acrobat Search plug-in allows users to perform text searches in PDF documents. It adds menus,
menu items, toolbar button, and a Search panel to the Acrobat viewer.
| |
|
|
| SearchAddIndex — Superseded in Acrobat 6.0 by SearchAddIndexEx(). | |
|
|
| SearchAddIndexEx — Supersedes SearchAddIndex() in Acrobat 6.0. | |
|
|
| SearchBAD_SELECTOR | |
|
|
| SearchCountIndexList — Gets the number of indices currently on the shelf. | |
|
|
| SearchExecuteQuery — Superseded in Acrobat 6.0 by SearchExecuteQueryEx(), which allows a broader range of search locations. | |
|
|
| SearchExecuteQueryEx — Supersedes SearchExecuteQuery() in Acrobat 6.0. | |
|
|
| SearchGetIndexByPath — Superseded by SearchGetIndexPathEx() in Acrobat 6.0. | |
|
|
| SearchGetIndexByPathEx — Supersedes SearchGetIndexPath() in Acrobat 6.0. | |
|
|
| SearchGetIndexFileSys — Gets the file system for a specified index as an ASFileSys object. | |
|
|
| SearchGetIndexFlags — Gets the flags for a specified index. | |
|
|
| SearchGetIndexList — Gets a list of the indices currently on the shelf. | |
|
|
| SearchGetIndexPath — Superseded in Acrobat 6.0 by SearchGetIndexPathEx(). | |
|
|
| SearchGetIndexPathEx — Supersedes SearchGetIndexPath() in Acrobat 6.0. | |
|
|
| SearchGetIndexTitle — Superseded in Acrobat 6.0 by SearchGetIndexTitleEx(). | |
|
|
| SearchGetIndexTitleEx — Supersedes SearchGetIndexTitle() in Acrobat 6.0. | |
|
|
| SearchGetNthIndex — Gets the nth index on the shelf. The index can be passed to other Search plug-in methods to remove it from the shelf, obtain its title, and so forth. | |
|
|
| SearchHFT_LATEST_VERSION | |
|
|
| SearchHFT_NAME | |
|
|
| SearchIndexListPtr | |
|
|
| SearchIndexPtr | |
|
|
| SearchIsLegacySearchAvailable — Tests whether the search mechanism (Search5) for previous Acrobat versions (prior to 6.0) is available for the current system. When Search5 is available, you can search indexes from Acrobat 5.0 and earlier. | |
|
|
| SearchMatchOption — Search Match Options | |
|
|
| SearchNUMSELECTORS | |
|
|
| SearchNUMSELECTORSplusOne | |
|
|
| SearchQueryDataRec | |
|
|
| SearchRemoveIndex — Removes the specified index from the shelf. | |
|
|
| SearchScope | |
|
|
| SearchSelector | |
|
|
| SearchSetIndexFlags — Sets the flags for a specified index. | |
|
|
| SearchType | |
|
|
| SearchWordOptions — The client must supply all the search word options in the scope parameter by doing an OR (|) operation on all options where the search needs to be executed. For example, if the client needs to search on attachments, and within attachments the search needs to be done on document text and XMP data, then it can be specified as follows: | |
|
|
| SecErrorInfo | |
|
|
| SecErrorInfoRec | |
|
|
| SecRetCode — Error handling | |
|
|
| SELECTOBJECT_CURSOR — cursorID | |
|
|
| Selector — Uniquely identifies an entry within an HFT. It is simply the integer offset of the entry from the start of the HFT. | |
|
|
| sENDLINE | |
|
|
| sENDLINE | |
|
|
| sENDLINE_UCS | |
|
|
| SetDefault_TextAppearanceP — Macro for setting text appearance. This macro uses Helvetica as the default font. | |
|
|
| SetDoc | |
|
|
| SetFlagsAnnot | |
|
|
| SetFlagsField | |
|
|
| setjmp | |
|
|
| SetUpAcroColorHFTServer | |
|
|
| SetUpCatalogHFTServer | |
|
|
| SetUpSearchHFTServer | |
|
|
| ShowCheckBox | |
|
|
| SIGINFO_OBJ — EScript SigInfo object name | |
|
|
| SmartPDPage — This class ensures that PDPage objects are released even in case
of exceptions and RAISE. | |
|
|
| Spell —
Acrobat provides a Spelling plug-in, which exports a Host Function Table (HFT) implementing a
spell-check API for use by plug-in developers.
| |
|
|
| SpellAddDictionary | |
|
|
| SpellAddDomain | |
|
|
| SpellAddWord | |
|
|
| SpellCheck | |
|
|
| SpellCheckParam — Spell Check parameters This parameter block is used for communication between the Spelling plug-in and a client plug-in. The client must allocate it, initialize all fields, and pass it to the Spelling plug-in when adding a domain with SpellAddDomain. Spelling passes it back to the client when the SCEnableProc(), SCGetTextProc(), and SCCompletionProc() are called. | |
|
|
| SpellCheckParam — This parameter block is used for communication between the Spelling plug-in and a client plug-in. The client must allocate it, initialize all fields, and pass it to the Spelling plug-in when adding a domain with SpellAddDomain(). Spelling passes it back to the client when the SCEnableProc(), SCGetTextProc(), and SCCompletionProc() are called. It is passed to the client's SCGetTextProc() from the Spelling plug-in when it needs to request a text buffer from the client. After the user has completed the spell check on the scInBuffer, this same parameter block is passed to the client's SCCompletionProc() with the result of the spell check in scOutBuffer. When the SCGetTextProc() is called, scPageNum, scIndex and scAVDoc are filled in by the Spelling plugin. | |
|
|
| SpellCheckParamPtr | |
|
|
| SpellCheckRTF | |
|
|
| SpellCheckText | |
|
|
| SpellCheckWord | |
|
|
| SpellCountKnownWords | |
|
|
| SpellCustomDictionaryClose | |
|
|
| SpellCustomDictionaryCreate | |
|
|
| SpellCustomDictionaryDelete | |
|
|
| SpellCustomDictionaryExport | |
|
|
| SpellCustomDictionaryOpen | |
|
|
| SpellDialogResult — Possible results of the spell check when the SpellCheck() method is called. | |
|
|
| SpellDictionaryNames | |
|
|
| SpellDomainFlags — SpellingDomainFlags Valid values for the scFlags field of the
SpellCheckParam
block. For Acrobat 5 and higher, all clients should set this field to kSpellFlagAllDomain. All other bits in this flag are reserved for future use. The spelling client's private data and flags can be stored in the scClientData field. | |
|
|
| SpellDomainNames | |
|
|
| SpellerHFT_LATEST_VERSION | |
|
|
| SpellerHFT_NAME | |
|
|
| SpellerHFT_VERSION_1_1 | |
|
|
| SpellerHFT_VERSION_1_2 | |
|
|
| SpellerHFT_VERSION_1_3 | |
|
|
| SpellerNum_SEL | |
|
|
| SpellGetDocDictionaryOrder | |
|
|
| SpellGetDocLanguageOrder | |
|
|
| SpellGetNextWord | |
|
|
| SpellHyphenateWord | |
|
|
| SpellIgnoreAll | |
|
|
| SpellLanguages | |
|
|
| SpellRemoveDictionary | |
|
|
| SpellRemoveDomain | |
|
|
| SpellRemoveWord | |
|
|
| SpellSetDocDictionaryOrder | |
|
|
| SpellSetDocLanguageOrder | |
|
|
| SpellUserDictionaryOrder | |
|
|
| SpellUserLanguageOrder | |
|
|
| SpellUserWords | |
|
|
| StayPushed_F | |
|
|
| StdPassword | |
|
|
| STDSEC_CryptRevision1 | |
|
|
| STDSEC_CryptRevision2 | |
|
|
| STDSEC_CryptRevision3 | |
|
|
| STDSEC_CryptRevision4 | |
|
|
| STDSEC_CryptRevision5 | |
|
|
| STDSEC_CryptRevision6 | |
|
|
| STDSEC_CryptVersionV1 | |
|
|
| STDSEC_CryptVersionV2 | |
|
|
| STDSEC_CryptVersionV3 | |
|
|
| STDSEC_CryptVersionV4 | |
|
|
| STDSEC_CryptVersionV5 — New encryption method for Acrobat 9.0 | |
|
|
| STDSEC_KEYLENGTH_AES128 | |
|
|
| STDSEC_KEYLENGTH_AES256 — New encryption method for Acrobat 9.0 | |
|
|
| STDSEC_KEYLENGTH_RC4_V1 | |
|
|
| STDSEC_KEYLENGTH_RC4_V2 | |
|
|
| STDSEC_METHOD_AES_V1 | |
|
|
| STDSEC_METHOD_AES_V2 | |
|
|
| STDSEC_METHOD_AES_V3 — New encryption method for Acrobat 9.0 | |
|
|
| STDSEC_METHOD_RC4_V2 | |
|
|
| StdSecurityData | |
|
|
| StdSecurityDataRec | |
|
|
| STICKYNOTE_CURSOR — cursorID | |
|
|
| String_Encoding —
Host encoding object.
| |
|
|
| Stroke_text | |
|
|
| SubmitCoords_F | |
|
|
| SubmitPDF_F | |
|