На страницу разработчика                                            Есть ещё вопросы? Задавайте их экспертам. Регистрация На RFPro.ru   

Структура параметров модуля WordXP.pas

 

Тип параметра

Константы и их значения

Описание

WdBaselineAlignment = TOleEnum;

wdBaselineAlignTop = $00000000;

 

 

wdBaselineAlignCenter = $00000001;

 

 

wdBaselineAlignBaseline = $00000002;

 

 

wdBaselineAlignFarEast50 = $00000003;

 

 

wdBaselineAlignAuto = $00000004;

 

 

 

 

WdIndexFilter = TOleEnum;

wdIndexFilterNone = $00000000;

 

 

  wdIndexFilterAiueo = $00000001;

 

 

  wdIndexFilterAkasatana = $00000002;

 

 

  wdIndexFilterChosung = $00000003;

 

 

  wdIndexFilterLow = $00000004;

 

 

  wdIndexFilterMedium = $00000005;

 

 

  wdIndexFilterFull = $00000006;

 

 

 

 

WdIndexSortBy = TOleEnum;

  wdIndexSortByStroke = $00000000;

 

 

  wdIndexSortBySyllable = $00000001;

 

 

 

 

WdColorIndex = TOleEnum;

wdAuto = $00000000;

Цвет заливки

 

  wdBlack = $00000001;

 

 

  wdBlue = $00000002;

 

 

  wdTurquoise = $00000003;

 

 

  wdBrightGreen = $00000004;

 

 

  wdPink = $00000005;

 

 

  wdRed = $00000006;

 

 

  wdYellow = $00000007;

 

 

  wdWhite = $00000008;

 

 

  wdDarkBlue = $00000009;

 

 

  wdTeal = $0000000A;

 

 

  wdGreen = $0000000B;

 

 

  wdViolet = $0000000C;

 

 

  wdDarkRed = $0000000D;

 

 

  wdDarkYellow = $0000000E;

 

 

  wdGray50 = $0000000F;

 

 

  wdGray25 = $00000010;

 

 

  wdByAuthor = $FFFFFFFF;

 

 

  wdNoHighlight = $00000000;

 

 

 

 

WdTextureIndex = TOleEnum;

wdTextureNone = $00000000;

Текстура заливки ячейки

 

  wdTexture2Pt5Percent = $00000019;

 

 

  wdTexture5Percent = $00000032;

 

 

  wdTexture7Pt5Percent = $0000004B;

 

 

  wdTexture10Percent = $00000064;

 

 

  wdTexture12Pt5Percent = $0000007D;

 

 

  wdTexture15Percent = $00000096;

 

 

  wdTexture17Pt5Percent = $000000AF;

 

 

  wdTexture20Percent = $000000C8;

 

 

  wdTexture22Pt5Percent = $000000E1;

 

 

  wdTexture25Percent = $000000FA;

 

 

  wdTexture27Pt5Percent = $00000113;

 

 

  wdTexture30Percent = $0000012C;

 

 

  wdTexture32Pt5Percent = $00000145;

 

 

  wdTexture35Percent = $0000015E;

 

 

  wdTexture37Pt5Percent = $00000177;

 

 

  wdTexture40Percent = $00000190;

 

 

  wdTexture42Pt5Percent = $000001A9;

 

 

  wdTexture45Percent = $000001C2;

 

 

  wdTexture47Pt5Percent = $000001DB;

 

 

  wdTexture50Percent = $000001F4;

 

 

  wdTexture52Pt5Percent = $0000020D;

 

 

  wdTexture55Percent = $00000226;

 

 

  wdTexture57Pt5Percent = $0000023F;

 

 

  wdTexture60Percent = $00000258;

 

 

  wdTexture62Pt5Percent = $00000271;

 

 

  wdTexture65Percent = $0000028A;

 

 

  wdTexture67Pt5Percent = $000002A3;

 

 

  wdTexture70Percent = $000002BC;

 

 

  wdTexture72Pt5Percent = $000002D5;

 

 

  wdTexture75Percent = $000002EE;

 

 

  wdTexture77Pt5Percent = $00000307;

 

 

  wdTexture80Percent = $00000320;

 

 

  wdTexture82Pt5Percent = $00000339;

 

 

  wdTexture85Percent = $00000352;

 

 

  wdTexture87Pt5Percent = $0000036B;

 

 

  wdTexture90Percent = $00000384;

 

 

  wdTexture92Pt5Percent = $0000039D;

 

 

  wdTexture95Percent = $000003B6;

 

 

  wdTexture97Pt5Percent = $000003CF;

 

 

  wdTextureSolid = $000003E8;

 

 

  wdTextureDarkHorizontal = $FFFFFFFF;

 

 

  wdTextureDarkVertical = $FFFFFFFE;

 

 

  wdTextureDarkDiagonalDown = $FFFFFFFD;

 

 

  wdTextureDarkDiagonalUp = $FFFFFFFC;

 

 

  wdTextureDarkCross = $FFFFFFFB;

 

 

  wdTextureDarkDiagonalCross = $FFFFFFFA;

 

 

  wdTextureHorizontal = $FFFFFFF9;

 

 

  wdTextureVertical = $FFFFFFF8;

 

 

  wdTextureDiagonalDown = $FFFFFFF7;

 

 

  wdTextureDiagonalUp = $FFFFFFF6;

 

 

  wdTextureCross = $FFFFFFF5;

 

 

  wdTextureDiagonalCross = $FFFFFFF4;

 

 

 

 

WdUnderline = TOleEnum;

wdUnderlineNone = $00000000;

Тип подчеркивания текста

 

  wdUnderlineSingle = $00000001;

 

 

  wdUnderlineWords = $00000002;

 

 

  wdUnderlineDouble = $00000003;

 

 

  wdUnderlineDotted = $00000004;

 

 

  wdUnderlineThick = $00000006;

 

 

  wdUnderlineDash = $00000007;

 

 

  wdUnderlineDotDash = $00000009;

 

 

  wdUnderlineDotDotDash = $0000000A;

 

 

  wdUnderlineWavy = $0000000B;

 

 

  wdUnderlineWavyHeavy = $0000001B;

 

 

  wdUnderlineDottedHeavy = $00000014;

 

 

  wdUnderlineDashHeavy = $00000017;

 

 

  wdUnderlineDotDashHeavy = $00000019;

 

 

  wdUnderlineDotDotDashHeavy = $0000001A;

 

 

  wdUnderlineDashLong = $00000027;

 

 

  wdUnderlineDashLongHeavy = $00000037;

 

 

  wdUnderlineWavyDouble = $0000002B;

 

 

 

 

WdInternationalIndex = TOleEnum;

wdListSeparator = $00000011;

 

 

  wdDecimalSeparator = $00000012;

 

 

  wdThousandsSeparator = $00000013;

 

 

  wdCurrencyCode = $00000014;

 

 

  wd24HourClock = $00000015;

 

 

  wdInternationalAM = $00000016;

 

 

  wdInternationalPM = $00000017;

 

 

  wdTimeSeparator = $00000018;

 

 

  wdDateSeparator = $00000019;

 

 

  wdProductLanguageID = $0000001A;

 

 

 

 

 

 

 

 

 

 

WdAutoMacros = TOleEnum;

wdAutoExec = $00000000;

 

 

  wdAutoNew = $00000001;

 

 

  wdAutoOpen = $00000002;

 

 

  wdAutoClose = $00000003;

 

 

  wdAutoExit = $00000004;

 

 

 

 

WdPageNumberAlignment = TOleEnum;

wdAlignPageNumberLeft = $00000000;

 

 

  wdAlignPageNumberCenter = $00000001;

 

 

  wdAlignPageNumberRight = $00000002;

 

 

  wdAlignPageNumberInside = $00000003;

 

 

  wdAlignPageNumberOutside = $00000004;

 

 

 

 

WdBorderType = TOleEnum;

  wdBorderTop = $FFFFFFFF;

Тип границы

 

  wdBorderLeft = $FFFFFFFE;

 

 

  wdBorderBottom = $FFFFFFFD;

 

 

  wdBorderRight = $FFFFFFFC;

 

 

  wdBorderHorizontal = $FFFFFFFB;

 

 

  wdBorderVertical = $FFFFFFFA;

 

 

  wdBorderDiagonalDown = $FFFFFFF9;

 

 

  wdBorderDiagonalUp = $FFFFFFF8;

 

 

 

 

WdCharacterCase = TOleEnum;

  wdNextCase = $FFFFFFFF;

 

 

  wdLowerCase = $00000000;

 

 

  wdUpperCase = $00000001;

 

 

  wdTitleWord = $00000002;

 

 

  wdTitleSentence = $00000004;

 

 

  wdToggleCase = $00000005;

 

 

  wdHalfWidth = $00000006;

 

 

  wdFullWidth = $00000007;

 

 

  wdKatakana = $00000008;

 

 

  wdHiragana = $00000009;

 

 

 

 

WdStyleType = TOleEnum;

  wdStyleTypeParagraph = $00000001;

 

 

  wdStyleTypeCharacter = $00000002;

 

 

  wdStyleTypeTable = $00000003;

 

 

  wdStyleTypeList = $00000004;

 

 

 

 

WdUnits = TOleEnum;

  wdCharacter = $00000001;

 

 

  wdWord = $00000002;

 

 

  wdSentence = $00000003;

 

 

  wdParagraph = $00000004;

 

 

  wdLine = $00000005;

 

 

  wdStory = $00000006;

 

 

  wdScreen = $00000007;

 

 

  wdSection = $00000008;

 

 

  wdColumn = $00000009;

 

 

  wdRow = $0000000A;

 

 

  wdWindow = $0000000B;

 

 

  wdCell = $0000000C;

 

 

  wdCharacterFormatting = $0000000D;

 

 

  wdParagraphFormatting = $0000000E;

 

 

  wdTable = $0000000F;

 

 

  wdItem = $00000010;

 

 

 

 

WdGoToItem = TOleEnum;

  wdGoToBookmark = $FFFFFFFF;

 

 

  wdGoToSection = $00000000;

 

 

  wdGoToPage = $00000001;

 

 

  wdGoToTable = $00000002;

 

 

  wdGoToLine = $00000003;

 

 

  wdGoToFootnote = $00000004;

 

 

  wdGoToEndnote = $00000005;

 

 

  wdGoToComment = $00000006;

 

 

  wdGoToField = $00000007;

 

 

  wdGoToGraphic = $00000008;

 

 

  wdGoToObject = $00000009;

 

 

  wdGoToEquation = $0000000A;

 

 

  wdGoToHeading = $0000000B;

 

 

  wdGoToPercent = $0000000C;

 

 

  wdGoToSpellingError = $0000000D;

 

 

  wdGoToGrammaticalError = $0000000E;

 

 

  wdGoToProofreadingError = $0000000F;

 

 

 

 

WdInsertCells = TOleEnum;

  wdInsertCellsShiftRight = $00000000;

 

 

  wdInsertCellsShiftDown = $00000001;

 

 

  wdInsertCellsEntireRow = $00000002;

 

 

  wdInsertCellsEntireColumn = $00000003;

 

 

 

 

WdDeleteCells = TOleEnum;

  wdDeleteCellsShiftLeft = $00000000;

 

 

  wdDeleteCellsShiftUp = $00000001;

 

 

  wdDeleteCellsEntireRow = $00000002;

 

 

  wdDeleteCellsEntireColumn = $00000003;

 

 

 

 

WdParagraphAlignment = TOleEnum;

  wdAlignParagraphLeft = $00000000;

 

 

  wdAlignParagraphCenter = $00000001;

 

 

  wdAlignParagraphRight = $00000002;

 

 

  wdAlignParagraphJustify = $00000003;

 

 

  wdAlignParagraphDistribute = $00000004;

 

 

  wdAlignParagraphJustifyMed = $00000005;

 

 

  wdAlignParagraphJustifyHi = $00000007;

 

 

  wdAlignParagraphJustifyLow = $00000008;

 

 

  wdAlignParagraphThaiJustify = $00000009;

 

 

 

 

WdRowAlignment = TOleEnum;

  wdAlignRowLeft = $00000000;

 

 

  wdAlignRowCenter = $00000001;

 

 

  wdAlignRowRight = $00000002;

 

 

 

 

WdTabAlignment = TOleEnum;

  wdAlignTabLeft = $00000000;

 

 

  wdAlignTabCenter = $00000001;

 

 

  wdAlignTabRight = $00000002;

 

 

  wdAlignTabDecimal = $00000003;

 

 

  wdAlignTabBar = $00000004;

 

 

  wdAlignTabList = $00000006;

 

 

 

 

WdVerticalAlignment = TOleEnum;

  wdAlignVerticalTop = $00000000;

 

 

  wdAlignVerticalCenter = $00000001;

 

 

  wdAlignVerticalJustify = $00000002;

 

 

  wdAlignVerticalBottom = $00000003;

 

 

 

 

WdCellVerticalAlignment = TOleEnum;

  wdCellAlignVerticalTop = $00000000;

 

 

  wdCellAlignVerticalCenter = $00000001;

 

 

  wdCellAlignVerticalBottom = $00000003;

 

 

 

 

WdStatistic = TOleEnum;

  wdStatisticWords = $00000000;

 

 

  wdStatisticLines = $00000001;

 

 

  wdStatisticPages = $00000002;

 

 

  wdStatisticCharacters = $00000003;

 

 

  wdStatisticParagraphs = $00000004;

 

 

  wdStatisticCharactersWithSpaces = $00000005;

 

 

  wdStatisticFarEastCharacters = $00000006;

 

 

 

 

WdSaveFormat = TOleEnum;

  wdFormatDocument = $00000000;

 

 

  wdFormatTemplate = $00000001;

 

 

  wdFormatText = $00000002;

 

 

  wdFormatTextLineBreaks = $00000003;

 

 

  wdFormatDOSText = $00000004;

 

 

  wdFormatDOSTextLineBreaks = $00000005;

 

 

  wdFormatRTF = $00000006;

 

 

  wdFormatUnicodeText = $00000007;

 

 

  wdFormatEncodedText = $00000007;

 

 

  wdFormatHTML = $00000008;

 

 

  wdFormatWebArchive = $00000009;

 

 

  wdFormatFilteredHTML = $0000000A;

 

 

 

 

WdOpenFormat = TOleEnum;

  wdOpenFormatAuto = $00000000;

 

 

  wdOpenFormatDocument = $00000001;

 

 

  wdOpenFormatTemplate = $00000002;

 

 

  wdOpenFormatRTF = $00000003;

 

 

  wdOpenFormatText = $00000004;

 

 

  wdOpenFormatUnicodeText = $00000005;

 

 

  wdOpenFormatEncodedText = $00000005;

 

 

  wdOpenFormatAllWord = $00000006;

 

 

  wdOpenFormatWebPages = $00000007;

 

 

 

 

WdHeaderFooterIndex = TOleEnum;

  wdHeaderFooterPrimary = $00000001;

 

 

  wdHeaderFooterFirstPage = $00000002;

 

 

  wdHeaderFooterEvenPages = $00000003;

 

 

 

 

 

 

 

 

 

 

WdLineStyle = TOleEnum;

  wdLineStyleNone = $00000000;

 

 

  wdLineStyleSingle = $00000001;

 

 

  wdLineStyleDot = $00000002;

 

 

  wdLineStyleDashSmallGap = $00000003;

 

 

  wdLineStyleDashLargeGap = $00000004;

 

 

  wdLineStyleDashDot = $00000005;

 

 

  wdLineStyleDashDotDot = $00000006;

 

 

  wdLineStyleDouble = $00000007;

 

 

  wdLineStyleTriple = $00000008;

 

 

  wdLineStyleThinThickSmallGap = $00000009;

 

 

  wdLineStyleThickThinSmallGap = $0000000A;

 

 

  wdLineStyleThinThickThinSmallGap = $0000000B;

 

 

  wdLineStyleThinThickMedGap = $0000000C;

 

 

  wdLineStyleThickThinMedGap = $0000000D;

 

 

  wdLineStyleThinThickThinMedGap = $0000000E;

 

 

  wdLineStyleThinThickLargeGap = $0000000F;

 

 

  wdLineStyleThickThinLargeGap = $00000010;

 

 

  wdLineStyleThinThickThinLargeGap = $00000011;

 

 

  wdLineStyleSingleWavy = $00000012;

 

 

  wdLineStyleDoubleWavy = $00000013;

 

 

  wdLineStyleDashDotStroked = $00000014;

 

 

  wdLineStyleEmboss3D = $00000015;

 

 

  wdLineStyleEngrave3D = $00000016;

 

 

  wdLineStyleOutset = $00000017;

 

 

  wdLineStyleInset = $00000018;

 

 

 

 

WdLineWidth = TOleEnum;

  wdLineWidth025pt = $00000002;

 

 

  wdLineWidth050pt = $00000004;

 

 

  wdLineWidth075pt = $00000006;

 

 

  wdLineWidth100pt = $00000008;

 

 

  wdLineWidth150pt = $0000000C;

 

 

  wdLineWidth225pt = $00000012;

 

 

  wdLineWidth300pt = $00000018;

 

 

  wdLineWidth450pt = $00000024;

 

 

  wdLineWidth600pt = $00000030;

 

 

 

 

WdBreakType = TOleEnum;

  wdSectionBreakNextPage = $00000002;

 

 

  wdSectionBreakContinuous = $00000003;

 

 

  wdSectionBreakEvenPage = $00000004;

 

 

  wdSectionBreakOddPage = $00000005;

 

 

  wdLineBreak = $00000006;

 

 

  wdPageBreak = $00000007;

 

 

  wdColumnBreak = $00000008;

 

 

  wdLineBreakClearLeft = $00000009;

 

 

  wdLineBreakClearRight = $0000000A;

 

 

  wdTextWrappingBreak = $0000000B;

 

 

 

 

WdSortOrder = TOleEnum;

  wdSortOrderAscending = $00000000;

 

 

  wdSortOrderDescending = $00000001;

 

 

 

 

 

 

 

 

 

 

 

 

 

WdTableFormat = TOleEnum;

  wdTableFormatNone = $00000000;

 

 

  wdTableFormatSimple1 = $00000001;

 

 

  wdTableFormatSimple2 = $00000002;

 

 

  wdTableFormatSimple3 = $00000003;

 

 

  wdTableFormatClassic1 = $00000004;

 

 

  wdTableFormatClassic2 = $00000005;

 

 

  wdTableFormatClassic3 = $00000006;

 

 

  wdTableFormatClassic4 = $00000007;

 

 

  wdTableFormatColorful1 = $00000008;

 

 

  wdTableFormatColorful2 = $00000009;

 

 

  wdTableFormatColorful3 = $0000000A;

 

 

  wdTableFormatColumns1 = $0000000B;

 

 

  wdTableFormatColumns2 = $0000000C;

 

 

  wdTableFormatColumns3 = $0000000D;

 

 

  wdTableFormatColumns4 = $0000000E;

 

 

  wdTableFormatColumns5 = $0000000F;

 

 

  wdTableFormatGrid1 = $00000010;

 

 

  wdTableFormatGrid2 = $00000011;

 

 

  wdTableFormatGrid3 = $00000012;

 

 

  wdTableFormatGrid4 = $00000013;

 

 

  wdTableFormatGrid5 = $00000014;

 

 

  wdTableFormatGrid6 = $00000015;

 

 

  wdTableFormatGrid7 = $00000016;

 

 

  wdTableFormatGrid8 = $00000017;

 

 

  wdTableFormatList1 = $00000018;

 

 

  wdTableFormatList2 = $00000019;

 

 

  wdTableFormatList3 = $0000001A;

 

 

  wdTableFormatList4 = $0000001B;

 

 

  wdTableFormatList5 = $0000001C;

 

 

  wdTableFormatList6 = $0000001D;

 

 

  wdTableFormatList7 = $0000001E;

 

 

  wdTableFormatList8 = $0000001F;

 

 

  wdTableFormat3DEffects1 = $00000020;

 

 

  wdTableFormat3DEffects2 = $00000021;

 

 

  wdTableFormat3DEffects3 = $00000022;

 

 

  wdTableFormatContemporary = $00000023;

 

 

  wdTableFormatElegant = $00000024;

 

 

  wdTableFormatProfessional = $00000025;

 

 

  wdTableFormatSubtle1 = $00000026;

 

 

  wdTableFormatSubtle2 = $00000027;

 

 

  wdTableFormatWeb1 = $00000028;

 

 

  wdTableFormatWeb2 = $00000029;

 

 

  wdTableFormatWeb3 = $0000002A;

 

 

 

 

WdMailMergeDestination = TOleEnum;

  wdSendToNewDocument = $00000000;

 

 

  wdSendToPrinter = $00000001;

 

 

  wdSendToEmail = $00000002;

 

 

  wdSendToFax = $00000003;

 

 

 

 

WdWindowState = TOleEnum;

  wdWindowStateNormal = $00000000;

 

 

  wdWindowStateMaximize = $00000001;

 

 

  wdWindowStateMinimize = $00000002;

 

 

 

 

WdViewType = TOleEnum;

  wdNormalView = $00000001;

 

 

  wdOutlineView = $00000002;

 

 

  wdPrintView = $00000003;

 

 

  wdPrintPreview = $00000004;

 

 

  wdMasterView = $00000005;

 

 

  wdWebView = $00000006;

 

 

 

 

WdOrientation = TOleEnum;

  wdOrientPortrait = $00000000;

 

 

  wdOrientLandscape = $00000001;

 

 

 

 

WdDefaultFilePath 

  wdDocumentsPath = $00000000;

 

 

  wdPicturesPath = $00000001;

 

 

  wdUserTemplatesPath = $00000002;

 

 

  wdWorkgroupTemplatesPath = $00000003;

 

 

  wdUserOptionsPath = $00000004;

 

 

  wdAutoRecoverPath = $00000005;

 

 

  wdToolsPath = $00000006;

 

 

  wdTutorialPath = $00000007;

 

 

  wdStartupPath = $00000008;

 

 

  wdProgramPath = $00000009;

 

 

  wdGraphicsFiltersPath = $0000000A;

 

 

  wdTextConvertersPath = $0000000B;

 

 

  wdProofingToolsPath = $0000000C;

 

 

  wdTempFilePath = $0000000D;

 

 

  wdCurrentFolderPath = $0000000E;

 

 

  wdStyleGalleryPath = $0000000F;

 

 

  wdBorderArtPath = $00000013;

 

 

 

 

WdPaperSize = TOleEnum;

  wdPaper10x14 = $00000000;

 Размер страницы

 

  wdPaper11x17 = $00000001;

 

 

  wdPaperLetter = $00000002;

 

 

  wdPaperLetterSmall = $00000003;

 

 

  wdPaperLegal = $00000004;

 

 

  wdPaperExecutive = $00000005;

 

 

  wdPaperA3 = $00000006;

 

 

  wdPaperA4 = $00000007;

 

 

  wdPaperA4Small = $00000008;

 

 

  wdPaperA5 = $00000009;

 

 

  wdPaperB4 = $0000000A;

 

 

  wdPaperB5 = $0000000B;

 

 

  wdPaperCSheet = $0000000C;

 

 

  wdPaperDSheet = $0000000D;

 

 

  wdPaperESheet = $0000000E;

 

 

  wdPaperFanfoldLegalGerman = $0000000F;

 

 

  wdPaperFanfoldStdGerman = $00000010;

 

 

  wdPaperFanfoldUS = $00000011;

 

 

  wdPaperFolio = $00000012;

 

 

  wdPaperLedger = $00000013;

 

 

  wdPaperNote = $00000014;

 

 

  wdPaperQuarto = $00000015;

 

 

  wdPaperStatement = $00000016;

 

 

  wdPaperTabloid = $00000017;

 

 

  wdPaperEnvelope9 = $00000018;

 

 

  wdPaperEnvelope10 = $00000019;

 

 

  wdPaperEnvelope11 = $0000001A;

 

 

  wdPaperEnvelope12 = $0000001B;

 

 

  wdPaperEnvelope14 = $0000001C;

 

 

  wdPaperEnvelopeB4 = $0000001D;

 

 

  wdPaperEnvelopeB5 = $0000001E;

 

 

  wdPaperEnvelopeB6 = $0000001F;

 

 

  wdPaperEnvelopeC3 = $00000020;

 

 

  wdPaperEnvelopeC4 = $00000021;

 

 

  wdPaperEnvelopeC5 = $00000022;

 

 

  wdPaperEnvelopeC6 = $00000023;

 

 

  wdPaperEnvelopeC65 = $00000024;

 

 

  wdPaperEnvelopeDL = $00000025;

 

 

  wdPaperEnvelopeItaly = $00000026;

 

 

  wdPaperEnvelopeMonarch = $00000027;

 

 

  wdPaperEnvelopePersonal = $00000028;

 

 

  wdPaperCustom = $00000029;

 

 

 

 

WdCustomLabelPageSize = TOleEnum;

  wdCustomLabelLetter = $00000000;

 

 

  wdCustomLabelLetterLS = $00000001;

 

 

  wdCustomLabelA4 = $00000002;

 

 

  wdCustomLabelA4LS = $00000003;

 

 

  wdCustomLabelA5 = $00000004;

 

 

  wdCustomLabelA5LS = $00000005;

 

 

  wdCustomLabelB5 = $00000006;

 

 

  wdCustomLabelMini = $00000007;

 

 

  wdCustomLabelFanfold = $00000008;

 

 

  wdCustomLabelVertHalfSheet = $00000009;

 

 

  wdCustomLabelVertHalfSheetLS = $0000000A;

 

 

  wdCustomLabelHigaki = $0000000B;

 

 

  wdCustomLabelHigakiLS = $0000000C;

 

 

  wdCustomLabelB4JIS = $0000000D;

 

 

 

 

WdPrintOutPages = TOleEnum;

  wdPrintAllPages = $00000000;

 

 

  wdPrintOddPagesOnly = $00000001;

 

 

  wdPrintEvenPagesOnly = $00000002;

 

 

 

 

WdPrintOutRange = TOleEnum;

  wdPrintAllDocument = $00000000;

 

 

  wdPrintSelection = $00000001;

 

 

  wdPrintCurrentPage = $00000002;

 

 

  wdPrintFromTo = $00000003;

 

 

  wdPrintRangeOfPages = $00000004;

 

 

 

 

WdTextOrientation = TOleEnum;

  wdTextOrientationHorizontal = $00000000;

 

 

  wdTextOrientationUpward = $00000002;

 

 

  wdTextOrientationDownward = $00000003;

 

 

  wdTextOrientationVerticalFarEast = $00000001;

 

 

  wdTextOrientationHorizontalRotatedFarEast = $00000004;

 

 

 

 

WdReplace = TOleEnum;

  wdReplaceNone = $00000000;

 

 

  wdReplaceOne = $00000001;

 

 

  wdReplaceAll = $00000002;

 

 

 

 

WdColor = TOleEnum;

  wdColorAutomatic = $FF000000;

 Цвет текста

 

  wdColorBlack = $00000000;

 

 

  wdColorBlue = $00FF0000;

 

 

  wdColorTurquoise = $00FFFF00;

 

 

  wdColorBrightGreen = $0000FF00;

 

 

  wdColorPink = $00FF00FF;

 

 

  wdColorRed = $000000FF;

 

 

  wdColorYellow = $0000FFFF;

 

 

  wdColorWhite = $00FFFFFF;

 

 

  wdColorDarkBlue = $00800000;

 

 

  wdColorTeal = $00808000;

 

 

  wdColorGreen = $00008000;

 

 

  wdColorViolet = $00800080;

 

 

  wdColorDarkRed = $00000080;

 

 

  wdColorDarkYellow = $00008080;

 

 

  wdColorBrown = $00003399;

 

 

  wdColorOliveGreen = $00003333;

 

 

  wdColorDarkGreen = $00003300;

 

 

  wdColorDarkTeal = $00663300;

 

 

  wdColorIndigo = $00993333;

 

 

  wdColorOrange = $000066FF;

 

 

  wdColorBlueGray = $00996666;

 

 

  wdColorLightOrange = $000099FF;

 

 

  wdColorLime = $0000CC99;

 

 

  wdColorSeaGreen = $00669933;

 

 

  wdColorAqua = $00CCCC33;

 

 

  wdColorLightBlue = $00FF6633;

 

 

  wdColorGold = $0000CCFF;

 

 

  wdColorSkyBlue = $00FFCC00;

 

 

  wdColorPlum = $00663399;

 

 

  wdColorRose = $00CC99FF;

 

 

  wdColorTan = $0099CCFF;

 

 

  wdColorLightYellow = $0099FFFF;

 

 

  wdColorLightGreen = $00CCFFCC;

 

 

  wdColorLightTurquoise = $00FFFFCC;

 

 

  wdColorPaleBlue = $00FFCC99;

 

 

  wdColorLavender = $00FF99CC;

 

 

  wdColorGray05 = $00F3F3F3;

 

 

  wdColorGray10 = $00E6E6E6;

 

 

  wdColorGray125 = $00E0E0E0;

 

 

  wdColorGray15 = $00D9D9D9;

 

 

  wdColorGray20 = $00CCCCCC;

 

 

  wdColorGray25 = $00C0C0C0;

 

 

  wdColorGray30 = $00B3B3B3;

 

 

  wdColorGray35 = $00A6A6A6;

 

 

  wdColorGray375 = $00A0A0A0;

 

 

  wdColorGray40 = $00999999;

 

 

  wdColorGray45 = $008C8C8C;

 

 

  wdColorGray50 = $00808080;

 

 

  wdColorGray55 = $00737373;

 

 

  wdColorGray60 = $00666666;

 

 

  wdColorGray625 = $00606060;

 

 

  wdColorGray65 = $00595959;

 

 

  wdColorGray70 = $004C4C4C;

 

 

  wdColorGray75 = $00404040;

 

 

  wdColorGray80 = $00333333;

 

 

  wdColorGray85 = $00262626;

 

 

  wdColorGray875 = $00202020;

 

 

  wdColorGray90 = $00191919;

 

 

  wdColorGray95 = $000C0C0C;

 

 

 

 

WdShapePosition = TOleEnum;

  wdShapeTop = $FFF0BDC1;

Расположение графического объекта

 

  wdShapeLeft = $FFF0BDC2;

 

 

  wdShapeBottom = $FFF0BDC3;

 

 

  wdShapeRight = $FFF0BDC4;

 

 

  wdShapeCenter = $FFF0BDC5;

 

 

  wdShapeInside = $FFF0BDC6;

 

 

  wdShapeOutside = $FFF0BDC7;

 

 

 

 

WdHorizontalLineAlignment = TOleEnum;

  wdHorizontalLineAlignLeft = $00000000;

 

 

  wdHorizontalLineAlignCenter = $00000001;

 

 

  wdHorizontalLineAlignRight = $00000002;

 

 



Hosted by uCoz