⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wordtlb.pas

📁 aoto excel and delphi
💻 PAS
📖 第 1 页 / 共 5 页
字号:
  wdCustomLabelLetterLS = 1;
  wdCustomLabelA4 = 2;
  wdCustomLabelA4LS = 3;
  wdCustomLabelA5 = 4;
  wdCustomLabelA5LS = 5;
  wdCustomLabelB5 = 6;
  wdCustomLabelMini = 7;
  wdCustomLabelFanfold = 8;

{ WdProtectionType }

  wdNoProtection = -1;
  wdAllowOnlyRevisions = 0;
  wdAllowOnlyComments = 1;
  wdAllowOnlyFormFields = 2;

{ WdPartOfSpeech }

  wdAdjective = 0;
  wdNoun = 1;
  wdAdverb = 2;
  wdVerb = 3;

{ WdSubscriberFormats }

  wdSubscriberBestFormat = 0;
  wdSubscriberRTF = 1;
  wdSubscriberText = 2;
  wdSubscriberPict = 4;

{ WdEditionType }

  wdPublisher = 0;
  wdSubscriber = 1;

{ WdEditionOption }

  wdCancelPublisher = 0;
  wdSendPublisher = 1;
  wdSelectPublisher = 2;
  wdAutomaticUpdate = 3;
  wdManualUpdate = 4;
  wdChangeAttributes = 5;
  wdUpdateSubscriber = 6;
  wdOpenSource = 7;

{ WdRelativeHorizontalPosition }

  wdRelativeHorizontalPositionMargin = 0;
  wdRelativeHorizontalPositionPage = 1;
  wdRelativeHorizontalPositionColumn = 2;

{ WdRelativeVerticalPosition }

  wdRelativeVerticalPositionMargin = 0;
  wdRelativeVerticalPositionPage = 1;
  wdRelativeVerticalPositionParagraph = 2;

{ WdHelpType }

  wdHelp = 0;
  wdHelpAbout = 1;
  wdHelpActiveWindow = 2;
  wdHelpContents = 3;
  wdHelpExamplesAndDemos = 4;
  wdHelpIndex = 5;
  wdHelpKeyboard = 6;
  wdHelpPSSHelp = 7;
  wdHelpQuickPreview = 8;
  wdHelpSearch = 9;
  wdHelpUsingHelp = 10;

{ WdHelpTypeHID }

  wdHelpIchitaro = 11;
  wdHelpPE2 = 12;

{ WdKeyCategory }

  wdKeyCategoryNil = -1;
  wdKeyCategoryDisable = 0;
  wdKeyCategoryCommand = 1;
  wdKeyCategoryMacro = 2;
  wdKeyCategoryFont = 3;
  wdKeyCategoryAutoText = 4;
  wdKeyCategoryStyle = 5;
  wdKeyCategorySymbol = 6;
  wdKeyCategoryPrefix = 7;

{ WdKey }

  wdNoKey = 255;
  wdKeyShift = 256;
  wdKeyControl = 512;
  wdKeyCommand = 512;
  wdKeyAlt = 1024;
  wdKeyOption = 1024;
  wdKeyA = 65;
  wdKeyB = 66;
  wdKeyC = 67;
  wdKeyD = 68;
  wdKeyE = 69;
  wdKeyF = 70;
  wdKeyG = 71;
  wdKeyH = 72;
  wdKeyI = 73;
  wdKeyJ = 74;
  wdKeyK = 75;
  wdKeyL = 76;
  wdKeyM = 77;
  wdKeyN = 78;
  wdKeyO = 79;
  wdKeyP = 80;
  wdKeyQ = 81;
  wdKeyR = 82;
  wdKeyS = 83;
  wdKeyT = 84;
  wdKeyU = 85;
  wdKeyV = 86;
  wdKeyW = 87;
  wdKeyX = 88;
  wdKeyY = 89;
  wdKeyZ = 90;
  wdKey0 = 48;
  wdKey1 = 49;
  wdKey2 = 50;
  wdKey3 = 51;
  wdKey4 = 52;
  wdKey5 = 53;
  wdKey6 = 54;
  wdKey7 = 55;
  wdKey8 = 56;
  wdKey9 = 57;
  wdKeyBackspace = 8;
  wdKeyTab = 9;
  wdKeyNumeric5Special = 12;
  wdKeyReturn = 13;
  wdKeyPause = 19;
  wdKeyEsc = 27;
  wdKeySpacebar = 32;
  wdKeyPageUp = 33;
  wdKeyPageDown = 34;
  wdKeyEnd = 35;
  wdKeyHome = 36;
  wdKeyInsert = 45;
  wdKeyDelete = 46;
  wdKeyNumeric0 = 96;
  wdKeyNumeric1 = 97;
  wdKeyNumeric2 = 98;
  wdKeyNumeric3 = 99;
  wdKeyNumeric4 = 100;
  wdKeyNumeric5 = 101;
  wdKeyNumeric6 = 102;
  wdKeyNumeric7 = 103;
  wdKeyNumeric8 = 104;
  wdKeyNumeric9 = 105;
  wdKeyNumericMultiply = 106;
  wdKeyNumericAdd = 107;
  wdKeyNumericSubtract = 109;
  wdKeyNumericDecimal = 110;
  wdKeyNumericDivide = 111;
  wdKeyF1 = 112;
  wdKeyF2 = 113;
  wdKeyF3 = 114;
  wdKeyF4 = 115;
  wdKeyF5 = 116;
  wdKeyF6 = 117;
  wdKeyF7 = 118;
  wdKeyF8 = 119;
  wdKeyF9 = 120;
  wdKeyF10 = 121;
  wdKeyF11 = 122;
  wdKeyF12 = 123;
  wdKeyF13 = 124;
  wdKeyF14 = 125;
  wdKeyF15 = 126;
  wdKeyF16 = 127;
  wdKeyScrollLock = 145;
  wdKeySemiColon = 186;
  wdKeyEquals = 187;
  wdKeyComma = 188;
  wdKeyHyphen = 189;
  wdKeyPeriod = 190;
  wdKeySlash = 191;
  wdKeyBackSingleQuote = 192;
  wdKeyOpenSquareBrace = 219;
  wdKeyBackSlash = 220;
  wdKeyCloseSquareBrace = 221;
  wdKeySingleQuote = 222;

{ WdOLEType }

  wdOLELink = 0;
  wdOLEEmbed = 1;
  wdOLEControl = 2;

{ WdOLEVerb }

  wdOLEVerbPrimary = 0;
  wdOLEVerbShow = -1;
  wdOLEVerbOpen = -2;
  wdOLEVerbHide = -3;
  wdOLEVerbUIActivate = -4;
  wdOLEVerbInPlaceActivate = -5;
  wdOLEVerbDiscardUndoState = -6;

{ WdOLEPlacement }

  wdInLine = 0;
  wdFloatOverText = 1;

{ WdEnvelopeOrientation }

  wdLeftPortrait = 0;
  wdCenterPortrait = 1;
  wdRightPortrait = 2;
  wdLeftLandscape = 3;
  wdCenterLandscape = 4;
  wdRightLandscape = 5;
  wdLeftClockwise = 6;
  wdCenterClockwise = 7;
  wdRightClockwise = 8;

{ WdLetterStyle }

  wdFullBlock = 0;
  wdModifiedBlock = 1;
  wdSemiBlock = 2;

{ WdLetterheadLocation }

  wdLetterTop = 0;
  wdLetterBottom = 1;
  wdLetterLeft = 2;
  wdLetterRight = 3;

{ WdSalutationType }

  wdSalutationInformal = 0;
  wdSalutationFormal = 1;
  wdSalutationBusiness = 2;
  wdSalutationOther = 3;

{ WdSalutationGender }

  wdGenderFemale = 0;
  wdGenderMale = 1;
  wdGenderNeutral = 2;
  wdGenderUnknown = 3;

{ WdMovementType }

  wdMove = 0;
  wdExtend = 1;

{ WdConstants }

  wdUndefined = 9999999;
  wdToggle = 9999998;
  wdForward = 1073741823;
  wdBackward = -1073741823;
  wdAutoPosition = 0;
  wdFirst = 1;
  wdCreatorCode = 1297307460;

{ WdPasteDataType }

  wdPasteOLEObject = 0;
  wdPasteRTF = 1;
  wdPasteText = 2;
  wdPasteMetafilePicture = 3;
  wdPasteBitmap = 4;
  wdPasteDeviceIndependentBitmap = 5;
  wdPasteHyperlink = 7;
  wdPasteShape = 8;
  wdPasteEnhancedMetafile = 9;

{ WdPrintOutItem }

  wdPrintDocumentContent = 0;
  wdPrintProperties = 1;
  wdPrintComments = 2;
  wdPrintStyles = 3;
  wdPrintAutoTextEntries = 4;
  wdPrintKeyAssignments = 5;
  wdPrintEnvelope = 6;

{ WdPrintOutPages }

  wdPrintAllPages = 0;
  wdPrintOddPagesOnly = 1;
  wdPrintEvenPagesOnly = 2;

{ WdPrintOutRange }

  wdPrintAllDocument = 0;
  wdPrintSelection = 1;
  wdPrintCurrentPage = 2;
  wdPrintFromTo = 3;
  wdPrintRangeOfPages = 4;

{ WdDictionaryType }

  wdSpelling = 0;
  wdGrammar = 1;
  wdThesaurus = 2;
  wdHyphenation = 3;
  wdSpellingComplete = 4;
  wdSpellingCustom = 5;
  wdSpellingLegal = 6;
  wdSpellingMedical = 7;

{ WdDictionaryTypeHID }

  wdHangulHanjaConversion = 8;
  wdHangulHanjaConversionCustom = 9;

{ WdSpellingWordType }

  wdSpellword = 0;
  wdWildcard = 1;
  wdAnagram = 2;

{ WdSpellingErrorType }

  wdSpellingCorrect = 0;
  wdSpellingNotInDictionary = 1;
  wdSpellingCapitalization = 2;

{ WdProofreadingErrorType }

  wdSpellingError = 0;
  wdGrammaticalError = 1;

{ WdInlineShapeType }

  wdInlineShapeEmbeddedOLEObject = 1;
  wdInlineShapeLinkedOLEObject = 2;
  wdInlineShapePicture = 3;
  wdInlineShapeLinkedPicture = 4;
  wdInlineShapeOLEControlObject = 5;

{ WdArrangeStyle }

  wdTiled = 0;
  wdIcons = 1;

{ WdSelectionFlags }

  wdSelStartActive = 1;
  wdSelAtEOL = 2;
  wdSelOvertype = 4;
  wdSelActive = 8;
  wdSelReplace = 16;

{ WdAutoVersions }

  wdAutoVersionOff = 0;
  wdAutoVersionOnClose = 1;

{ WdOrganizerObject }

  wdOrganizerObjectStyles = 0;
  wdOrganizerObjectAutoText = 1;
  wdOrganizerObjectCommandBars = 2;
  wdOrganizerObjectProjectItems = 3;

{ WdFindMatch }

  wdMatchParagraphMark = 65551;
  wdMatchTabCharacter = 9;
  wdMatchCommentMark = 5;
  wdMatchAnyCharacter = 65599;
  wdMatchAnyDigit = 65567;
  wdMatchAnyLetter = 65583;
  wdMatchCaretCharacter = 11;
  wdMatchColumnBreak = 14;
  wdMatchEmDash = 8212;
  wdMatchEnDash = 8211;
  wdMatchEndnoteMark = 65555;
  wdMatchField = 19;
  wdMatchFootnoteMark = 65554;
  wdMatchGraphic = 1;
  wdMatchManualLineBreak = 65551;
  wdMatchManualPageBreak = 65564;
  wdMatchNonbreakingHyphen = 30;
  wdMatchNonbreakingSpace = 160;
  wdMatchOptionalHyphen = 31;
  wdMatchSectionBreak = 65580;
  wdMatchWhiteSpace = 65655;

{ WdFindWrap }

  wdFindStop = 0;
  wdFindContinue = 1;
  wdFindAsk = 2;

{ WdInformation }

  wdActiveEndAdjustedPageNumber = 1;
  wdActiveEndSectionNumber = 2;
  wdActiveEndPageNumber = 3;
  wdNumberOfPagesInDocument = 4;
  wdHorizontalPositionRelativeToPage = 5;
  wdVerticalPositionRelativeToPage = 6;
  wdHorizontalPositionRelativeToTextBoundary = 7;
  wdVerticalPositionRelativeToTextBoundary = 8;
  wdFirstCharacterColumnNumber = 9;
  wdFirstCharacterLineNumber = 10;
  wdFrameIsSelected = 11;
  wdWithInTable = 12;
  wdStartOfRangeRowNumber = 13;
  wdEndOfRangeRowNumber = 14;
  wdMaximumNumberOfRows = 15;
  wdStartOfRangeColumnNumber = 16;
  wdEndOfRangeColumnNumber = 17;
  wdMaximumNumberOfColumns = 18;
  wdZoomPercentage = 19;
  wdSelectionMode = 20;
  wdCapsLock = 21;
  wdNumLock = 22;
  wdOverType = 23;
  wdRevisionMarking = 24;
  wdInFootnoteEndnotePane = 25;
  wdInCommentPane = 26;
  wdInHeaderFooter = 28;
  wdAtEndOfRowMarker = 31;
  wdReferenceOfType = 32;
  wdHeaderFooterType = 33;
  wdInMasterDocument = 34;
  wdInFootnote = 35;
  wdInEndnote = 36;
  wdInWordMail = 37;
  wdInClipboard = 38;

{ WdWrapType }

  wdWrapSquare = 0;
  wdWrapTight = 1;
  wdWrapThrough = 2;
  wdWrapNone = 3;
  wdWrapTopBottom = 4;

{ WdWrapSideType }

  wdWrapBoth = 0;
  wdWrapLeft = 1;
  wdWrapRight = 2;
  wdWrapLargest = 3;

{ WdOutlineLevel }

  wdOutlineLevel1 = 1;
  wdOutlineLevel2 = 2;
  wdOutlineLevel3 = 3;
  wdOutlineLevel4 = 4;
  wdOutlineLevel5 = 5;
  wdOutlineLevel6 = 6;
  wdOutlineLevel7 = 7;
  wdOutlineLevel8 = 8;
  wdOutlineLevel9 = 9;
  wdOutlineLevelBodyText = 10;

{ WdTextOrientation }

  wdTextOrientationHorizontal = 0;
  wdTextOrientationUpward = 2;
  wdTextOrientationDownward = 3;

{ WdTextOrientationHID }

  wdTextOrientationVerticalFarEast = 1;
  wdTextOrientationHorizontalRotatedFarEast = 4;

{ WdPageBorderArt }

  wdArtApples = 1;
  wdArtMapleMuffins = 2;
  wdArtCakeSlice = 3;
  wdArtCandyCorn = 4;
  wdArtIceCreamCones = 5;
  wdArtChampagneBottle = 6;
  wdArtPartyGlass = 7;
  wdArtChristmasTree = 8;
  wdArtTrees = 9;
  wdArtPalmsColor = 10;
  wdArtBalloons3Colors = 11;
  wdArtBalloonsHotAir = 12;
  wdArtPartyFavor = 13;
  wdArtConfettiStreamers = 14;
  wdArtHearts = 15;
  wdArtHeartBalloon = 16;
  wdArtStars3D = 17;
  wdArtStarsShadowed = 18;
  wdArtStars = 19;
  wdArtSun = 20;
  wdArtEarth2 = 21;
  wdArtEarth1 = 22;
  wdArtPeopleHats = 23;
  wdArtSombrero = 24;
  wdArtPencils =

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -