UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

691 lines (690 loc) 36.3 kB
export declare class RtfExportSR { static readonly ShadingPatternTable: Record<number, string>; static readonly RunShadingPatternTable: Record<number, string>; static readonly TableCellShadingPatternTable: Record<number, string>; static readonly TableStyleShadingPatternTable: Record<number, string>; static readonly ThemeColorValuesTable: Record<number, string>; static readonly OpenGroup: string; static readonly CloseGroup: string; static readonly RtfSignature: string; static readonly DefaultFontIndex: string; static readonly StyleTable: string; static readonly ColorTable: string; static readonly FontTable: string; static readonly FontCharset: string; static readonly UserTable: string; static readonly ColorSchemeMapping: string; static readonly ThemeData: string; static readonly DocumentInformation: string; static readonly Password: string; static readonly PasswordHash: string; static readonly EnforceProtection: string; static readonly AnnotationProtection: string; static readonly ReadOnlyProtection: string; static readonly ProtectionLevel: string; static readonly NoUICompatible: string; static readonly UnicodeAndANSIGroup: string; static readonly UnicodeGroup: string; static readonly Category: string; static readonly Title: string; static readonly Subject: string; static readonly Author: string; static readonly Keywords: string; static readonly Description: string; static readonly LastModifiedBy: string; static readonly Created: string; static readonly Modified: string; static readonly LastPrinted: string; static readonly Revision: string; static readonly Year: string; static readonly Month: string; static readonly Day: string; static readonly Hour: string; static readonly Minute: string; static readonly CustomProperties: string; static readonly CustomPropertyName: string; static readonly CustomPropertyType: string; static readonly CustomPropertyLinkTarget: string; static readonly CustomPropertyValue: string; static readonly DefaultTabWidth: string; static readonly MirrorMargins: string; static readonly HyphenateDocument: string; static readonly PageFacing: string; static readonly DisplayBackgroundShape: string; static readonly RemovePersonalInformation: string; static readonly CompatibilityNoColumnBalance: string; static readonly CompatibilityDoNotAlignTableRowsIndependently: string; static readonly CompatibilityDontJustifyLinesEndingInSoftLineBreak: string; static readonly CompatibilitySplitPageBreakAndParagraphMark: string; static readonly CompatibilityAllowTablesToExtendIntoMargin: string; static readonly ColorRed: string; static readonly ColorGreen: string; static readonly ColorBlue: string; static readonly ThemeColorTint: string; static readonly ThemeColorShade: string; static readonly ResetParagraphProperties: string; static readonly FrameHorizontalPosition: string; static readonly FrameVerticalPosition: string; static readonly FrameNegativeHorizontalPosition: string; static readonly FrameNegativeVerticalPosition: string; static readonly FrameWidth: string; static readonly FrameHeight: string; static readonly FrameVerticalPadding: string; static readonly FrameHorizontalPadding: string; static readonly FrameLockAnchor: string; static readonly FrameNoWrap: string; static readonly FrameWrapOverlay: string; static readonly FrameWrapDefault: string; static readonly FrameWrapAround: string; static readonly FrameWrapTight: string; static readonly FrameWrapThrough: string; static readonly FrameHorizontalPositionAlignmentCenter: string; static readonly FrameHorizontalPositionAlignmentLeft: string; static readonly FrameHorizontalPositionAlignmentRight: string; static readonly FrameHorizontalPositionAlignmentInside: string; static readonly FrameHorizontalPositionAlignmentOutside: string; static readonly FrameVerticalPositionAlignmentCenter: string; static readonly FrameVerticalPositionAlignmentTop: string; static readonly FrameVerticalPositionAlignmentBottom: string; static readonly FrameVerticalPositionAlignmentInside: string; static readonly FrameVerticalPositionAlignmentOutside: string; static readonly TopParagraphBorder: string; static readonly BottomParagraphBorder: string; static readonly LeftParagraphBorder: string; static readonly RightParagraphBorder: string; static readonly BetweenParagraphBorder: string; static readonly ParagraphHorizontalPositionTypeMargin: string; static readonly ParagraphHorizontalPositionTypePage: string; static readonly ParagraphHorizontalPositionTypeColumn: string; static readonly ParagraphVerticalPositionTypeMargin: string; static readonly ParagraphVerticalPositionTypePage: string; static readonly ParagraphVerticalPositionTypeLine: string; static readonly ResetCharacterFormatting: string; static readonly EndOfParagraph: string; static readonly LeftAlignment: string; static readonly RightAlignment: string; static readonly CenterAlignment: string; static readonly JustifyAlignment: string; static readonly FirstLineIndentInTwips: string; static readonly LeftIndentInTwips: string; static readonly LeftIndentInTwips_Lin: string; static readonly RightIndentInTwips: string; static readonly RightIndentInTwips_Rin: string; static readonly AutomaticParagraphHyphenation: string; static readonly SuppressLineNumbering: string; static readonly ContextualSpacing: string; static readonly PageBreakBefore: string; static readonly BeforeAutoSpacing: string; static readonly AfterAutoSpacing: string; static readonly KeepWithNext: string; static readonly KeepLinesTogether: string; static readonly WidowOrphanControlOn: string; static readonly WidowOrphanControlOff: string; static readonly OutlineLevel: string; static readonly ParagraphShading: string; static readonly ParagraphFillColor: string; static readonly ParagraphBackgroundColor: string; static readonly RtfLineSpacingValue: string; static readonly RtfLineSpacingMultiple: string; static readonly SpaceBefore: string; static readonly SpaceAfter: string; static readonly ListIndex: string; static readonly LevelIndex: string; static readonly AlternativeText: string; static readonly ParagraphNumerationText: string; static readonly CenteredTab: string; static readonly DecimalTab: string; static readonly FlushRightTab: string; static readonly NumberingTab: string; static readonly TabLeaderDots: string; static readonly TabLeaderEqualSign: string; static readonly TabLeaderHyphens: string; static readonly TabLeaderMiddleDots: string; static readonly TabLeaderThickLine: string; static readonly TabLeaderUnderline: string; static readonly TabPosition: string; static readonly AllCapitals: string; static readonly SmallCapitals = "\\scaps"; static readonly LangInfo: string; static readonly LangInfo1: string; static readonly LangInfo2: string; static readonly LangInfo3: string; static readonly NoProof: string; static readonly HiddenText: string; static readonly FontBold: string; static readonly FontItalic: string; static readonly FontStrikeout: string; static readonly FontDoubleStrikeout: string; static readonly FontUnderline: string; static readonly FontUnderlineDotted: string; static readonly FontUnderlineDashed: string; static readonly FontUnderlineDashDotted: string; static readonly FontUnderlineDashDotDotted: string; static readonly FontUnderlineDouble: string; static readonly FontUnderlineHeavyWave: string; static readonly FontUnderlineLongDashed: string; static readonly FontUnderlineThickSingle: string; static readonly FontUnderlineThickDotted: string; static readonly FontUnderlineThickDashed: string; static readonly FontUnderlineThickDashDotted: string; static readonly FontUnderlineThickDashDotDotted: string; static readonly FontUnderlineThickLongDashed: string; static readonly FontUnderlineDoubleWave: string; static readonly FontUnderlineWave: string; static readonly FontUnderlineWordsOnly: string; static readonly FontNumber: string; static readonly FontSize: string; static readonly RunShadingPattern: string; static readonly RunFillColor: string; static readonly RunBackgroundColor: string; static readonly RunHighlightColor: string; static readonly RunForegroundColor: string; static readonly RunUnderlineColor: string; static readonly RunSuperScript: string; static readonly RunSubScript: string; static readonly Picture: string; static readonly PictureWidth: string; static readonly PictureHeight: string; static readonly PictureDesiredWidth: string; static readonly PictureDesiredHeight: string; static readonly PictureScaleX: string; static readonly PictureScaleY: string; static readonly PictureCropLeft: string; static readonly PictureCropTop: string; static readonly PictureCropRight: string; static readonly PictureCropBottom: string; static readonly ShapePicture: string; static readonly NonShapePicture: string; static readonly DxImageUri: string; static readonly PictureProperties: string; static readonly Defshp: string; static readonly PNGPictureKeyword: string; static readonly JpegPictureKeyword: string; static readonly Space: string; static readonly CLRF: string; static readonly ResetSectionProperties: string; static readonly SectionEndMark: string; static readonly SectionMarginsLeft: string; static readonly SectionMarginsRight: string; static readonly SectionMarginsTop: string; static readonly SectionMarginsBottom: string; static readonly SectionMarginsHeaderOffset: string; static readonly SectionMarginsFooterOffset: string; static readonly SectionMarginsGutter: string; static readonly SectionFirstPageHeader: string; static readonly SectionOddPageHeader: string; static readonly SectionEvenPageHeader: string; static readonly SectionFirstPageFooter: string; static readonly SectionOddPageFooter: string; static readonly SectionEvenPageFooter: string; static readonly SectionPageWidth: string; static readonly SectionPageHeight: string; static readonly SectionPageLandscape: string; static readonly PaperKind: string; static readonly SectionFirstPagePaperSource: string; static readonly SectionOtherPagePaperSource: string; static readonly SectionOnlyAllowEditingOfFormFields: string; static readonly SectionTextFlow: string; static readonly SectionTitlePage: string; static readonly VerticalAlignmentBottom: string; static readonly VerticalAlignmentTop: string; static readonly VerticalAlignmentCenter: string; static readonly VerticalAlignmentJustify: string; static readonly SectionBreakTypeNextPage: string; static readonly SectionBreakTypeOddPage: string; static readonly SectionBreakTypeEvenPage: string; static readonly SectionBreakTypeColumn: string; static readonly SectionBreakTypeContinuous: string; static readonly SectionChapterSeparatorHyphen: string; static readonly SectionChapterSeparatorPeriod: string; static readonly SectionChapterSeparatorColon: string; static readonly SectionChapterSeparatorEmDash: string; static readonly SectionChapterSeparatorEnDash: string; static readonly SectionChapterHeaderStyle: string; static readonly SectionPageNumberingStart: string; static readonly SectionPageNumberingContinuous: string; static readonly SectionPageNumberingRestart: string; static readonly SectionPageNumberingDecimal: string; static readonly SectionPageNumberingUpperRoman: string; static readonly SectionPageNumberingLowerRoman: string; static readonly SectionPageNumberingUpperLetter: string; static readonly SectionPageNumberingLowerLetter: string; static readonly SectionPageNumberingArabicAbjad: string; static readonly SectionPageNumberingArabicAlpha: string; static readonly SectionPageNumberingChosung: string; static readonly SectionPageNumberingDecimalEnclosedCircle: string; static readonly SectionPageNumberingDecimalFullWidth: string; static readonly SectionPageNumberingGanada: string; static readonly SectionPageNumberingHindiVowels: string; static readonly SectionPageNumberingHindiConsonants: string; static readonly SectionPageNumberingHindiNumbers: string; static readonly SectionPageNumberingHindiDescriptive: string; static readonly SectionPageNumberingThaiLetters: string; static readonly SectionPageNumberingThaiNumbers: string; static readonly SectionPageNumberingThaiDescriptive: string; static readonly SectionPageNumberingVietnameseDescriptive: string; static readonly SectionLineNumberingContinuous: string; static readonly SectionLineNumberingStart: string; static readonly SectionLineNumberingRestartNewPage: string; static readonly SectionLineNumberingRestartNewSection: string; static readonly SectionLineNumberingCountBy: string; static readonly SectionLineNumberingDistance: string; static readonly SectionColumnsCount: string; static readonly SectionSpaceBetweenColumns: string; static readonly SectionColumnsDrawVerticalSeparator: string; static readonly SectionColumnNumber: string; static readonly SectionColumnWidth: string; static readonly SectionColumnSpace: string; static readonly SectionFootNotePlacementBelowText: string; static readonly SectionFootNotePlacementPageBottom: string; static readonly SectionFootNoteNumberingStart: string; static readonly SectionFootNoteNumberingRestartEachPage: string; static readonly SectionFootNoteNumberingRestartEachSection: string; static readonly SectionFootNoteNumberingRestartContinuous: string; static readonly SectionFootNoteNumberingFormatDecimal: string; static readonly SectionFootNoteNumberingFormatUpperRoman: string; static readonly SectionFootNoteNumberingFormatLowerRoman: string; static readonly SectionFootNoteNumberingFormatUpperLetter: string; static readonly SectionFootNoteNumberingFormatLowerLetter: string; static readonly SectionFootNoteNumberingFormatChicago: string; static readonly SectionFootNoteNumberingFormatChosung: string; static readonly SectionFootNoteNumberingFormatDecimalEnclosedCircle: string; static readonly SectionFootNoteNumberingFormatDecimalFullWidth: string; static readonly SectionFootNoteNumberingFormatGanada: string; static readonly SectionEndNoteNumberingStart: string; static readonly SectionEndNoteNumberingRestartEachSection: string; static readonly SectionEndNoteNumberingRestartContinuous: string; static readonly SectionEndNoteNumberingFormatDecimal: string; static readonly SectionEndNoteNumberingFormatUpperRoman: string; static readonly SectionEndNoteNumberingFormatLowerRoman: string; static readonly SectionEndNoteNumberingFormatUpperLetter: string; static readonly SectionEndNoteNumberingFormatLowerLetter: string; static readonly SectionEndNoteNumberingFormatChicago: string; static readonly SectionEndNoteNumberingFormatChosung: string; static readonly SectionEndNoteNumberingFormatDecimalEnclosedCircle: string; static readonly SectionEndNoteNumberingFormatDecimalFullWidth: string; static readonly SectionEndNoteNumberingFormatGanada: string; static readonly LegacyPaperWidth: string; static readonly LegacyPaperHeight: string; static readonly LegacyLandscape: string; static readonly LegacyPageNumberingStart: string; static readonly LegacyMarginsLeft: string; static readonly LegacyMarginsRight: string; static readonly LegacyMarginsTop: string; static readonly LegacyMarginsBottom: string; static readonly LegacyMarginsGutter: string; static readonly LegacyMarginsGutterAtRight: string; static readonly FootNotePlacementBelowText: string; static readonly FootNotePlacementPageBottom: string; static readonly FootNoteNumberingStart: string; static readonly FootNoteNumberingRestartEachPage: string; static readonly FootNoteNumberingRestartEachSection: string; static readonly FootNoteNumberingRestartContinuous: string; static readonly FootNoteNumberingFormatDecimal: string; static readonly FootNoteNumberingFormatUpperRoman: string; static readonly FootNoteNumberingFormatLowerRoman: string; static readonly FootNoteNumberingFormatUpperLetter: string; static readonly FootNoteNumberingFormatLowerLetter: string; static readonly FootNoteNumberingFormatChicago: string; static readonly FootNoteNumberingFormatChosung: string; static readonly FootNoteNumberingFormatDecimalEnclosedCircle: string; static readonly FootNoteNumberingFormatDecimalFullWidth: string; static readonly FootNoteNumberingFormatGanada: string; static readonly EndNotePlacementEndOfSection: string; static readonly EndNotePlacementEndOfDocument: string; static readonly EndNoteNumberingStart: string; static readonly EndNoteNumberingRestartEachSection: string; static readonly EndNoteNumberingRestartContinuous: string; static readonly EndNoteNumberingFormatDecimal: string; static readonly EndNoteNumberingFormatUpperRoman: string; static readonly EndNoteNumberingFormatLowerRoman: string; static readonly EndNoteNumberingFormatUpperLetter: string; static readonly EndNoteNumberingFormatLowerLetter: string; static readonly EndNoteNumberingFormatChicago: string; static readonly EndNoteNumberingFormatChosung: string; static readonly EndNoteNumberingFormatDecimalEnclosedCircle: string; static readonly EndNoteNumberingFormatDecimalFullWidth: string; static readonly EndNoteNumberingFormatGanada: string; static readonly Field: string; static readonly FieldLocked: string; static readonly FieldInstructions: string; static readonly FieldResult: string; static readonly FieldCodeView: string; static readonly FieldEdit: string; static readonly FormField: string; static readonly FormFieldType: string; static readonly FormFieldListFieldResult: string; static readonly FormFieldProtected: string; static readonly FormFieldCheckBoxFieldSizeType: string; static readonly FormFieldCalculatedOnExit: string; static readonly FormFieldCheckBoxFieldSize: string; static readonly FormFieldName: string; static readonly FormFieldListFieldDefault: string; static readonly FormFieldHelpTextCustom: string; static readonly FormFieldHelpText: string; static readonly FormFieldStatusBarTextCustom: string; static readonly FormFieldStatusBarText: string; static readonly FormFieldEntryMacro: string; static readonly FormFieldExitMacro: string; static readonly FieldMapData: string; static readonly FieldTypeNull: string; static readonly FieldTypeColumn: string; static readonly FieldTypeAddress: string; static readonly FieldTypeSalutation: string; static readonly FieldTypeMapped: string; static readonly FieldTypeBarcode: string; static readonly MailMergeDataSourceObjectName: string; static readonly MailMergeDataSourceObjectMappedName: string; static readonly MailMergeDataSourceObjectColumnIndex: string; static readonly MailMergeDataSourceObjectDynamicAddress: string; static readonly MailMergeDataSourceObjectLanguageId: string; static readonly BookmarkStart: string; static readonly BookmarkEnd: string; static readonly RangePermissionStart: string; static readonly RangePermissionEnd: string; static readonly CommentStart: string; static readonly CommentEnd: string; static readonly CommentId: string; static readonly CommentAuthor: string; static readonly CommentTime: string; static readonly CommentChatn: string; static readonly CommentAnnotation: string; static readonly CommentDate: string; static readonly CommentRef: string; static readonly CommentParent: string; static readonly HyperlinkFieldType: string; static readonly DocumentVariable: string; static readonly FootNote: string; static readonly FootNoteReference: string; static readonly EndNote: string; static readonly PageBackground: string; static readonly Shape: string; static readonly ShapeInstance: string; static readonly ShapeText: string; static readonly ShapeLeft: string; static readonly ShapeRight: string; static readonly ShapeTop: string; static readonly ShapeBottom: string; static readonly ShapeZOrder: string; static readonly ShapeLegacyHorizontalPositionTypePage: string; static readonly ShapeLegacyHorizontalPositionTypeMargin: string; static readonly ShapeLegacyHorizontalPositionTypeColumn: string; static readonly ShapeIgnoreLegacyHorizontalPositionType: string; static readonly ShapeLegacyVerticalPositionTypePage: string; static readonly ShapeLegacyVerticalPositionTypeMargin: string; static readonly ShapeLegacyVerticalPositionTypeParagraph: string; static readonly ShapeIgnoreLegacyVerticalPositionType: string; static readonly ShapeWrapTextType: string; static readonly ShapeWrapTextTypeZOrder: string; static readonly ShapeWrapTextSide: string; static readonly ShapeLocked: string; static readonly ShapeProperty: string; static readonly ShapePropertyName: string; static readonly ShapePropertyValue: string; static readonly ShapeResult: string; static readonly ShapeDoNotLay: string; static readonly ShapeHyperlink: string; static readonly ShapeHyperlinkFrame: string; static readonly ShapeHyperlinkSource: string; static readonly ShapeHyperlinkLocation: string; static readonly HtmlAutoSpacing: string; static readonly CustomRunData: string; static readonly ParagraphGroupPropertiesTable: string; static readonly ParagraphGroupProperties: string; static readonly ParagraphGroupPropertiesId: string; static readonly ResetTableProperties: string; static readonly InTableParagraph: string; static readonly TableEndCell: string; static readonly NestedTableEndCell: string; static readonly TableEndRow: string; static readonly NestedTableEndRow: string; static readonly NestedTableProperties: string; static readonly NoNestedTable: string; static readonly ParagraphNestingLevel: string; static readonly TableCellRight: string; static readonly TableCellPreferredWidth: string; static readonly TableCellPreferredWidthType: string; static readonly TableCellBottomMargin: string; static readonly TableCellLeftMargin: string; static readonly TableCellRightMargin: string; static readonly TableCellTopMargin: string; static readonly TableCellBottomMarginType: string; static readonly TableCellLeftMarginType: string; static readonly TableCellRightMarginType: string; static readonly TableCellTopMarginType: string; static readonly TableRowIndex: string; static readonly TableRowBandIndex: string; static readonly TableRowLeftAlignment: string; static readonly TableRowRightAlignment: string; static readonly TableRowCenterAlignment: string; static readonly TableIndent: string; static readonly TableIndentType: string; static readonly TableCellBottomBorder: string; static readonly TableCellTopBorder: string; static readonly TableCellLeftBorder: string; static readonly TableCellRightBorder: string; static readonly TableCellUpperLeftToLowerRightBorder: string; static readonly TableCellUpperRightToLowerLeftBorder: string; static readonly TableCellStartHorizontalMerging: string; static readonly TableCellContinueHorizontalMerging: string; static readonly TableCellStartVerticalMerging: string; static readonly TableCellContinueVerticalMerging: string; static readonly TableCellTextTopAlignment: string; static readonly TableCellTextCenterAlignment: string; static readonly TableCellTextBottomAlignment: string; static readonly TableCellLeftToRightTopToBottomTextDirection: string; static readonly TableCellTopToBottomRightToLeftTextDirection: string; static readonly TableCellBottomToTopLeftToRightTextDirection: string; static readonly TableCellLeftToRightTopToBottomVerticalTextDirection: string; static readonly TableCellTopToBottomRightToLeftVerticalTextDirection: string; static readonly TableCellFitText: string; static readonly TableCellNoWrap: string; static readonly TableCellHideMark: string; static readonly TableCellBackgroundColor: string; static readonly TableCellForegroundColor: string; static readonly TableCellShading: string; static readonly TableTopBorder: string; static readonly TableLeftBorder: string; static readonly TableBottomBorder: string; static readonly TableRightBorder: string; static readonly TableHorizontalBorder: string; static readonly TableVerticalBorder: string; static readonly TableRowBackgroundColor: string; static readonly TableRowForegroundColor: string; static readonly TableRowShading: string; static readonly TableRowHorizontalAnchorColumn: string; static readonly TableRowHorizontalAnchorMargin: string; static readonly TableRowHorizontalAnchorPage: string; static readonly TableRowVerticalAnchorMargin: string; static readonly TableRowVerticalAnchorParagraph: string; static readonly TableRowVerticalAnchorPage: string; static readonly TableRowHorizontalAlignCenter: string; static readonly TableRowHorizontalAlignInside: string; static readonly TableRowHorizontalAlignLeft: string; static readonly TableRowHorizontalAlignOutside: string; static readonly TableRowHorizontalAlignRight: string; static readonly TableRowHorizontalPosition: string; static readonly TableRowHorizontalPositionNeg: string; static readonly TableRowVerticalAlignBottom: string; static readonly TableRowVerticalAlignCenter: string; static readonly TableRowVerticalAlignInline: string; static readonly TableRowVerticalAlignInside: string; static readonly TableRowVerticalAlignOutside: string; static readonly TableRowVerticalAlignTop: string; static readonly TableRowVerticalPosition: string; static readonly TableRowVerticalPositionNeg: string; static readonly TableRowLeftFromText: string; static readonly TableRowBottomFromText: string; static readonly TableRowRightFromText: string; static readonly TableRowTopFromText: string; static readonly TableNoOverlap: string; static readonly TableHalfSpaceBetweenCells: string; static readonly TableRowLeft: string; static readonly TableRowHeight: string; static readonly TableRowHeader: string; static readonly TableRowCantSplit: string; static readonly TablePreferredWidth: string; static readonly TablePreferredWidthType: string; static readonly TableRowWidthBefore: string; static readonly TableRowWidthBeforeType: string; static readonly TableRowWidthAfter: string; static readonly TableRowWidthAfterType: string; static readonly TableLayout: string; static readonly TableCellSpacingBottom: string; static readonly TableCellSpacingLeft: string; static readonly TableCellSpacingRight: string; static readonly TableCellSpacingTop: string; static readonly TableCellSpacingBottomType: string; static readonly TableCellSpacingLeftType: string; static readonly TableCellSpacingRightType: string; static readonly TableCellSpacingTopType: string; static readonly TableCellMarginsBottom: string; static readonly TableCellMarginsLeft: string; static readonly TableCellMarginsRight: string; static readonly TableCellMarginsTop: string; static readonly TableCellMarginsBottomType: string; static readonly TableCellMarginsLeftType: string; static readonly TableCellMarginsRightType: string; static readonly TableCellMarginsTopType: string; static readonly TableApplyFirstRow: string; static readonly TableApplyLastRow: string; static readonly TableApplyFirstColumn: string; static readonly TableApplyLastColumn: string; static readonly TableDoNotApplyRowBanding: string; static readonly TableDoNotApplyColumnBanding: string; static readonly TableLastRow: string; static readonly TableStyleResetTableProperties: string; static readonly TableStyleCellVerticalAlignmentTop: string; static readonly TableStyleCellVerticalAlignmentCenter: string; static readonly TableStyleCellVerticalAlignmentBottom: string; static readonly TableStyleRowBandSize: string; static readonly TableStyleColumnBandSize: string; static readonly TableStyleCellBackgroundColor: string; static readonly TableStyleCellForegroundColor: string; static readonly TableStyleCellShading: string; static readonly TableStyleTopCellBorder: string; static readonly TableStyleLeftCellBorder: string; static readonly TableStyleBottomCellBorder: string; static readonly TableStyleRightCellBorder: string; static readonly TableStyleHorizontalCellBorder: string; static readonly TableStyleVerticalCellBorder: string; static readonly TableStyleCellNoWrap: string; static readonly TableStyleTableBottomCellMargin: string; static readonly TableStyleTableLeftCellMargin: string; static readonly TableStyleTableRightCellMargin: string; static readonly TableStyleTableTopCellMargin: string; static readonly TableStyleTableBottomCellMarginUnitType: string; static readonly TableStyleTableLeftCellMarginUnitType: string; static readonly TableStyleTableRightCellMarginUnitType: string; static readonly TableStyleTableTopCellMarginUnitType: string; static readonly TableStyleUpperLeftToLowerRightBorder: string; static readonly TableStyleUpperRightToLowerLeftBorder: string; static readonly TableConditionalStyleFirstRow: string; static readonly TableConditionalStyleLastRow: string; static readonly TableConditionalStyleFirstColumn: string; static readonly TableConditionalStyleLastColumn: string; static readonly TableConditionalStyleOddRowBanding: string; static readonly TableConditionalStyleEvenRowBanding: string; static readonly TableConditionalStyleOddColumnBanding: string; static readonly TableConditionalStyleEvenColumnBanding: string; static readonly TableConditionalStyleTopLeftCell: string; static readonly TableConditionalStyleTopRightCell: string; static readonly TableConditionalStyleBottomLeftCell: string; static readonly TableConditionalStyleBottomRightCell: string; static readonly NoTableBorder: string; static readonly NoBorder: string; static readonly BorderWidth: string; static readonly BorderColor: string; static readonly BorderFrame: string; static readonly BorderSpace: string; static readonly BorderArtIndex: string; static readonly BorderSingleWidth: string; static readonly BorderDoubleWidth: string; static readonly BorderShadow: string; static readonly BorderDouble: string; static readonly BorderDotted: string; static readonly BorderDashed: string; static readonly BorderSingle: string; static readonly BorderDashedSmall: string; static readonly BorderDotDashed: string; static readonly BorderDotDotDashed: string; static readonly BorderInset: string; static readonly BorderNone: string; static readonly BorderOutset: string; static readonly BorderTriple: string; static readonly BorderThickThinSmall: string; static readonly BorderThinThickSmall: string; static readonly BorderThinThickThinSmall: string; static readonly BorderThickThinMedium: string; static readonly BorderThinThickMedium: string; static readonly BorderThinThickThinMedium: string; static readonly BorderThickThinLarge: string; static readonly BorderThinThickLarge: string; static readonly BorderThinThickThinLarge: string; static readonly BorderWavy: string; static readonly BorderDoubleWavy: string; static readonly BorderDashDotStroked: string; static readonly BorderThreeDEmboss: string; static readonly BorderThreeDEngrave: string; static readonly NumberingListTable: string; static readonly ListOverrideTable: string; static readonly NumberingList: string; static readonly NumberingListId: string; static readonly NumberingListTemplateId: string; static readonly NumberingListStyleId: string; static readonly NumberingListStyleName: string; static readonly NumberingListName: string; static readonly NumberingListHybrid: string; static readonly ListLevel: string; static readonly ListLevelStart: string; static readonly ListLevelTentative: string; static readonly ListLevelNumberingFormat: string; static readonly ListLevelAlignment: string; static readonly ListLevelNumberingFormatN: string; static readonly ListLevelAlignmentN: string; static readonly LisLeveltOld: string; static readonly ListLevelPrev: string; static readonly ListLevelPrevSpase: string; static readonly ListLevelSpace: string; static readonly ListLevelIntdent: string; static readonly ListLevelNumbers: string; static readonly ListLevelText: string; static readonly LevelTemplateId: string; static readonly ListLevelFollow: string; static readonly ListLevelLegal: string; static readonly ListLevelNoRestart: string; static readonly ListLevelPicture: string; static readonly ListLevelPictureNoSize: string; static readonly ListLevelLegacy: string; static readonly ListLevelLegacySpace: string; static readonly ListLevelLegacyIndent: string; static readonly ListOverride: string; static readonly ListOverrideListId: string; static readonly ListOverrideCount: string; static readonly ListOverrideLevel: string; static readonly ListOverrideFormat: string; static readonly ListOverrideStart: string; static readonly ListOverrideStartValue: string; static readonly ListOverrideListLevel: string; static readonly DefaultCharacterProperties: string; static readonly DefaultParagraphProperties: string; static readonly StyleSheet: string; static readonly ParagraphStyle: string; static readonly CharacterStyle: string; static readonly CharacterStyleIndex: string; static readonly TableStyle: string; static readonly TableStyleIndex: string; static readonly TableStyleCellIndex: string; static readonly ParentStyle: string; static readonly LinkedStyle: string; static readonly NextStyle: string; static readonly QuickFormatStyle: string; static readonly RTLRun: string; static readonly LTRRun: string; static readonly RLTParagraph: string; static readonly LTRParagraph: string; static readonly RTLRow: string; static readonly LTRRow: string; static readonly RTLSection: string; static readonly LTRSection: string; }