📄 wps_tlb.pas
字号:
const
wpsPaper10x14 = $00000000;
wpsPaper11x17 = $00000001;
wpsPaperLetter = $00000002;
wpsPaperLetterSmall = $00000003;
wpsPaperLegal = $00000004;
wpsPaperExecutive = $00000005;
wpsPaperA3 = $00000006;
wpsPaperA4 = $00000007;
wpsPaperA4Small = $00000008;
wpsPaperA5 = $00000009;
wpsPaperB4 = $0000000A;
wpsPaperB5 = $0000000B;
wpsPaperCSheet = $0000000C;
wpsPaperFanfoldLegalGerman = $0000000D;
wpsPaperFanfoldStdGerman = $0000000E;
wpsPaperFanfoldUS = $0000000F;
wpsPaperFolio = $00000010;
wpsPaperLedger = $00000011;
wpsPaperNote = $00000012;
wpsPaperQuarto = $00000013;
wpsPaperStatement = $00000014;
wpsPaperTabloid = $00000015;
wpsPaperEnvelope9 = $00000016;
wpsPaperEnvelope10 = $00000017;
wpsPaperEnvelope11 = $00000018;
wpsPaperEnvelope14 = $00000019;
wpsPaperEnvelopeB4 = $0000001A;
wpsPaperEnvelopeB5 = $0000001B;
wpsPaperEnvelopeB6 = $0000001C;
wpsPaperEnvelopeC3 = $0000001D;
wpsPaperEnvelopeC4 = $0000001E;
wpsPaperEnvelopeC5 = $0000001F;
wpsPaperEnvelopeC6 = $00000020;
wpsPaperEnvelopeC65 = $00000021;
wpsPaperEnvelopeDL = $00000022;
wpsPaperEnvelopeItaly = $00000023;
wpsPaperEnvelopeMonarch = $00000024;
wpsPaperEnvelopePersonal = $00000025;
wpsPaperCustom = $00000026;
// Constants for enum WpsLayoutMode
type
WpsLayoutMode = TOleEnum;
const
wpsLayoutModeDefault = $00000000;
wpsLayoutModeGrid = $00000001;
wpsLayoutModeLineGrid = $00000002;
wpsLayoutModeGenko = $00000003;
// Constants for enum WpsGutterStyle
type
WpsGutterStyle = TOleEnum;
const
wpsGutterPosLeft = $00000000;
wpsGutterPosTop = $00000001;
wpsGutterPosRight = $00000002;
// Constants for enum WpsGenkoGridStyle
type
WpsGenkoGridStyle = TOleEnum;
const
wpsGenkoGrid10x20 = $00000000;
wpsGenkoGrid15x20 = $00000001;
wpsGenkoGrid20x20 = $00000002;
wpsGenkoGrid20x25 = $00000003;
wpsGenkoGrid20x20Classical = $00000004;
wpsGenkoGrid20x25Classical = $00000005;
wpsGenkoGrid24x25Classical = $00000006;
wpsGenkoGridModel = $00000007;
// Constants for enum WpsGenkoGrid
type
WpsGenkoGrid = TOleEnum;
const
wpsGenkoGrid_Grid = $00000000;
wpsGenkoGrid_Underline = $00000001;
wpsGenkoGrid_Border = $00000002;
// Constants for enum WpsHeaderFooterIndex
type
WpsHeaderFooterIndex = TOleEnum;
const
wpsHeaderFooterPrimary = $00000001;
wpsHeaderFooterFirstPage = $00000002;
wpsHeaderFooterEvenPages = $00000003;
// Constants for enum WpsPageNumberStyle
type
WpsPageNumberStyle = TOleEnum;
const
wpsPageNumberStyleArabic = $00000000;
wpsPageNumberStyleUppercaseRoman = $00000001;
wpsPageNumberStyleLowercaseRoman = $00000002;
wpsPageNumberStyleUppercaseLetter = $00000003;
wpsPageNumberStyleLowercaseLetter = $00000004;
wpsPageNumberStyleArabicFullWidth = $0000000E;
wpsPageNumberStyleKanji = $0000000A;
wpsPageNumberStyleKanjiDigit = $0000000B;
wpsPageNumberStyleKanjiTraditional = $00000010;
wpsPageNumberStyleNumberInCircle = $00000012;
wpsPageNumberStyleHanjaRead = $00000029;
wpsPageNumberStyleHanjaReadDigit = $0000002A;
wpsPageNumberStyleTradChinNum1 = $00000021;
wpsPageNumberStyleTradChinNum2 = $00000022;
wpsPageNumberStyleSimpChinNum1 = $00000025;
wpsPageNumberStyleSimpChinNum2 = $00000026;
wpsPageNumberStyleHebrewLetter1 = $0000002D;
wpsPageNumberStyleArabicLetter1 = $0000002E;
wpsPageNumberStyleHebrewLetter2 = $0000002F;
wpsPageNumberStyleArabicLetter2 = $00000030;
wpsPageNumberStyleHindiLetter1 = $00000031;
wpsPageNumberStyleHindiLetter2 = $00000032;
wpsPageNumberStyleHindiArabic = $00000033;
wpsPageNumberStyleHindiCardinalText = $00000034;
wpsPageNumberStyleThaiLetter = $00000035;
wpsPageNumberStyleThaiArabic = $00000036;
wpsPageNumberStyleThaiCardinalText = $00000037;
wpsPageNumberStyleVietCardinalText = $00000038;
wpsPageNumberStyleNumberInDash = $00000039;
// Constants for enum WpsSeparatorType
type
WpsSeparatorType = TOleEnum;
const
wpsSeparatorHyphen = $00000000;
wpsSeparatorPeriod = $00000001;
wpsSeparatorColon = $00000002;
wpsSeparatorEmDash = $00000003;
wpsSeparatorEnDash = $00000004;
// Constants for enum WpsPageNumberAlignment
type
WpsPageNumberAlignment = TOleEnum;
const
wpsAlignPageNumberLeft = $00000000;
wpsAlignPageNumberCenter = $00000001;
wpsAlignPageNumberRight = $00000002;
wpsAlignPageNumberInside = $00000003;
wpsAlignPageNumberOutside = $00000004;
// Constants for enum WpsWrapType
type
WpsWrapType = TOleEnum;
const
wpsWrapSquare = $00000000;
wpsWrapTight = $00000001;
wpsWrapThrough = $00000002;
wpsWrapNone = $00000003;
wpsWrapTopBottom = $00000004;
wpsWrapInline = $00000007;
// Constants for enum WpsWrapSideType
type
WpsWrapSideType = TOleEnum;
const
wpsWrapBoth = $00000000;
wpsWrapLeft = $00000001;
wpsWrapRight = $00000002;
wpsWrapLargest = $00000003;
// Constants for enum WpsFrameSizeRule
type
WpsFrameSizeRule = TOleEnum;
const
wpsFrameAuto = $00000000;
wpsFrameAtLeast = $00000001;
wpsFrameExact = $00000002;
// Constants for enum WpsFieldType
type
WpsFieldType = TOleEnum;
const
wpsFieldEmpty = $FFFFFFFF;
wpsFieldRef = $00000003;
wpsFieldIndexEntry = $00000004;
wpsFieldFootnoteRef = $00000005;
wpsFieldSet = $00000006;
wpsFieldIf = $00000007;
wpsFieldIndex = $00000008;
wpsFieldTOCEntry = $00000009;
wpsFieldStyleRef = $0000000A;
wpsFieldRefDoc = $0000000B;
wpsFieldSequence = $0000000C;
wpsFieldTOC = $0000000D;
wpsFieldInfo = $0000000E;
wpsFieldTitle = $0000000F;
wpsFieldSubject = $00000010;
wpsFieldAuthor = $00000011;
wpsFieldKeyWord = $00000012;
wpsFieldComments = $00000013;
wpsFieldLastSavedBy = $00000014;
wpsFieldCreateDate = $00000015;
wpsFieldSaveDate = $00000016;
wpsFieldPrintDate = $00000017;
wpsFieldRevisionNum = $00000018;
wpsFieldEditTime = $00000019;
wpsFieldNumPages = $0000001A;
wpsFieldNumWords = $0000001B;
wpsFieldNumChars = $0000001C;
wpsFieldFileName = $0000001D;
wpsFieldTemplate = $0000001E;
wpsFieldDate = $0000001F;
wpsFieldTime = $00000020;
wpsFieldPage = $00000021;
wpsFieldExpression = $00000022;
wpsFieldQuote = $00000023;
wpsFieldInclude = $00000024;
wpsFieldPageRef = $00000025;
wpsFieldAsk = $00000026;
wpsFieldFillIn = $00000027;
wpsFieldData = $00000028;
wpsFieldNext = $00000029;
wpsFieldNextIf = $0000002A;
wpsFieldSkipIf = $0000002B;
wpsFieldMergeRec = $0000002C;
wpsFieldDDE = $0000002D;
wpsFieldDDEAuto = $0000002E;
wpsFieldGlossary = $0000002F;
wpsFieldPrint = $00000030;
wpsFieldFormula = $00000031;
wpsFieldGoToButton = $00000032;
wpsFieldMacroButton = $00000033;
wpsFieldAutoNumOutline = $00000034;
wpsFieldAutoNumLegal = $00000035;
wpsFieldAutoNum = $00000036;
wpsFieldImport = $00000037;
wpsFieldLink = $00000038;
wpsFieldSymbol = $00000039;
wpsFieldEmbed = $0000003A;
wpsFieldMergeField = $0000003B;
wpsFieldUserName = $0000003C;
wpsFieldUserInitials = $0000003D;
wpsFieldUserAddress = $0000003E;
wpsFieldBarCode = $0000003F;
wpsFieldDocVariable = $00000040;
wpsFieldSection = $00000041;
wpsFieldSectionPages = $00000042;
wpsFieldIncludePicture = $00000043;
wpsFieldIncludeText = $00000044;
wpsFieldFileSize = $00000045;
wpsFieldFormTextInput = $00000046;
wpsFieldFormCheckBox = $00000047;
wpsFieldNoteRef = $00000048;
wpsFieldTOA = $00000049;
wpsFieldTOAEntry = $0000004A;
wpsFieldMergeSeq = $0000004B;
wpsFieldPrivate = $0000004D;
wpsFieldDatabase = $0000004E;
wpsFieldAutoText = $0000004F;
wpsFieldCompare = $00000050;
wpsFieldAddin = $00000051;
wpsFieldSubscriber = $00000052;
wpsFieldFormDropDown = $00000053;
wpsFieldAdvance = $00000054;
wpsFieldDocProperty = $00000055;
wpsFieldOCX = $00000057;
wpsFieldHyperlink = $00000058;
wpsFieldAutoTextList = $00000059;
wpsFieldListNum = $0000005A;
wpsFieldHTMLActiveX = $0000005B;
wpsFieldBidiOutline = $0000005C;
wpsFieldAddressBlock = $0000005D;
wpsFieldGreetingLine = $0000005E;
wpsFieldShape = $0000005F;
// Constants for enum WpsFieldKind
type
WpsFieldKind = TOleEnum;
const
wpsFieldKindNone = $00000000;
wpsFieldKindHot = $00000001;
wpsFieldKindWarm = $00000002;
wpsFieldKindCold = $00000003;
// Constants for enum WpsInlineShapeType
type
WpsInlineShapeType = TOleEnum;
const
wpsInlineShapeEmbeddedOLEObject = $00000001;
wpsInlineShapeLinkedOLEObject = $00000002;
wpsInlineShapePicture = $00000003;
wpsInlineShapeLinkedPicture = $00000004;
wpsInlineShapeOLEControlObject = $00000005;
wpsInlineShapeHorizontalLine = $00000006;
wpsInlineShapePictureHorizontalLine = $00000007;
wpsInlineShapeLinkedPictureHorizontalLine = $00000008;
wpsInlineShapePictureBullet = $00000009;
wpsInlineShapeScriptAnchor = $0000000A;
wpsInlineShapeOWSAnchor = $0000000B;
// Constants for enum WpsParagraphAlignment
type
WpsParagraphAlignment = TOleEnum;
const
wpsAlignParagraphLeft = $00000000;
wpsAlignParagraphCenter = $00000001;
wpsAlignParagraphRight = $00000002;
wpsAlignParagraphJustify = $00000003;
wpsAlignParagraphDistribute = $00000004;
wpsAlignParagraphJustifyMed = $00000005;
wpsAlignParagraphJustifyHi = $00000007;
wpsAlignParagraphJustifyLow = $00000008;
wpsAlignParagraphThaiJustify = $00000009;
// Constants for enum WpsLineSpacing
type
WpsLineSpacing = TOleEnum;
const
wpsLineSpaceSingle = $00000000;
wpsLineSpace1pt5 = $00000001;
wpsLineSpaceDouble = $00000002;
wpsLineSpaceAtLeast = $00000003;
wpsLineSpaceExactly = $00000004;
wpsLineSpaceMultiple = $00000005;
// Constants for enum WpsBaselineAlignment
type
WpsBaselineAlignment = TOleEnum;
const
wpsBaselineAlignTop = $00000000;
wpsBaselineAlignCenter = $00000001;
wpsBaselineAlignBaseline = $00000002;
wpsBaselineAlignFarEast50 = $00000003;
wpsBaselineAlignAuto = $00000004;
// Constants for enum WpsTabAlignment
type
WpsTabAlignment = TOleEnum;
const
wpsAlignTabLeft = $00000000;
wpsAlignTabCenter = $00000001;
wpsAlignTabRight = $00000002;
wpsAlignTabDecimal = $00000003;
wpsAlignTabBar = $00000004;
wpsAlignTabList = $00000006;
// Constants for enum WpsTabLeader
type
WpsTabLeader = TOleEnum;
const
wpsTabLeaderSpaces = $00000000;
wpsTabLeaderDots = $00000001;
wpsTabLeaderDashes = $00000002;
wpsTabLeaderLines = $00000003;
wpsTabLeaderHeavy = $00000004;
wpsTabLeaderMiddleDot = $00000005;
// Constants for enum WpsOutlineLevel
type
WpsOutlineLevel = TOleEnum;
const
wpsOutlineLevel1 = $00000001;
wpsOutlineLevel2 = $00000002;
wpsOutlineLevel3 = $00000003;
wpsOutlineLevel4 = $00000004;
wpsOutlineLevel5 = $00000005;
wpsOutlineLevel6 = $00000006;
wpsOutlineLevel7 = $00000007;
wpsOutlineLevel8 = $00000008;
wpsOutlineLevel9 = $00000009;
wpsOutlineLevelBodyText = $0000000A;
// Constants for enum WpsDropPosition
type
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -