UNPKG

devexpress-richedit

Version:

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

190 lines (189 loc) 9 kB
export declare class RtfDrawingKeywords { static readonly DXInternalLegacyHorizontalPositionAlignment: string; static readonly DXInternalLegacyVerticalPositionAlignment: string; static readonly DXInternalIsShape: string; static readonly Shape: string; static readonly ShapeInstance: string; static readonly ShapeGroup: string; static readonly ShapeText: string; static readonly ShapeLid: 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 Name: string; static readonly LockAspectRatio: string; static readonly Rotation: string; static readonly Filled: string; static readonly FillColor: string; static readonly LineWidth: string; static readonly Line: string; static readonly LineColor: string; static readonly CropFromTop: string; static readonly CropFromBottom: string; static readonly CropFromLeft: string; static readonly CropFromRight: string; static readonly FitShapeToText: string; static readonly WrapText: string; static readonly LayoutInCell: string; static readonly HorizontalPositionAlignment: string; static readonly HorizontalPositionType: string; static readonly VerticalPositionAlignment: string; static readonly VerticalPositionType: string; static readonly RelativeHorizontalSizeWidth: string; static readonly RelativeHorizontalSizeFrom: string; static readonly RelativeVerticalSizeHeight: string; static readonly RelativeVerticalSizeFrom: string; static readonly PictureBinaryData: string; static readonly ExternalPictureName: string; static readonly WrapDistLeft: string; static readonly WrapDistRight: string; static readonly WrapDistTop: string; static readonly WrapDistBottom: string; static readonly Hidden: string; static readonly AllowOverlap: string; static readonly BehindDocument: string; static readonly TextLeft: string; static readonly TextTop: string; static readonly TextRight: string; static readonly TextBottom: string; static readonly FlipH: string; static readonly FlipV: string; static readonly PctHorizPos: string; static readonly PctVertPos: string; static readonly PseudoInline: string; static readonly ShapeType: string; static readonly BWMode: string; static readonly GeoLeft: string; static readonly GeoTop: string; static readonly GeoRight: string; static readonly GeoBottom: string; static readonly ShapePath: string; static readonly Verticies: string; static readonly SegmentInfo: string; static readonly ConnectionSites: string; static readonly ConnectionSitesDir: string; static readonly ShadowType: string; static readonly ShadowColor: string; static readonly ShadowOpacity: string; static readonly ShadowOffsetX: string; static readonly ShadowOffsetY: string; static readonly ShadowScaleXToX: string; static readonly ShadowScaleYToY: string; static readonly ShadowScaleYToX: string; static readonly ShadowScaleXToY: string; static readonly ShadowOriginX: string; static readonly ShadowOriginY: string; static readonly Shadow: string; static readonly ShadowSoftness: string; static readonly PictureBrightness: string; static readonly PictureContrast: string; static readonly PictureGray: string; static readonly PictureTransparent: string; static readonly AdjustValue: string; static readonly AdjustFormatStringValue: string; static readonly FillType: string; static readonly Hsv: string; static readonly Accent1: string; static readonly Accent2: string; static readonly Accent3: string; static readonly Accent4: string; static readonly Accent5: string; static readonly Accent6: string; static readonly Tint: string; static readonly Shade: string; static readonly FillOpacity: string; static readonly FillBackColor: string; static readonly FillBackOpacity: string; static readonly FillAngle: string; static readonly FillFocus: string; static readonly FillToBottom: string; static readonly FillToTop: string; static readonly FillToLeft: string; static readonly FillToRight: string; static readonly LineMiterLimit: string; static readonly LineStyle: string; static readonly LineDashing: string; static readonly LineStartArrowhead: string; static readonly LineEndArrowhead: string; static readonly LineStartArrowWidth: string; static readonly LineEndArrowWidth: string; static readonly LineStartArrowLength: string; static readonly LineEndArrowLength: string; static readonly LineJoinStyle: string; static readonly LineEndCapStyle: string; static readonly LineType: string; static readonly LockAgainstGrouping: string; static readonly LockAgainstSelect: string; static readonly LockPosition: string; static readonly LockRotation: string; static readonly LockVerticies: string; static readonly LockAdjustHandles: string; static readonly LockShapeType: string; static readonly LockText: string; static readonly LockAgainstUngrouping: string; static readonly LockCropping: string; static readonly FillShadeColors: string; static readonly FillBlip: string; static readonly LineFillBlip: string; static readonly Description: string; static readonly PihlShape: string; static readonly Tooltip: string; static readonly ShapeHyperlink: string; static readonly ShapeHyperlinkFrame: string; static readonly ShapeHyperlinkSource: string; static readonly ShapeHyperlinkLocation: string; static readonly AnchorText: string; static readonly TxflTextFlow: string; static readonly GroupLeft: string; static readonly GroupRight: string; static readonly GroupTop: string; static readonly GroupBottom: string; static readonly Dhgt: string; static readonly RelLeft: string; static readonly RelRight: string; static readonly RelTop: string; static readonly RelBottom: string; static readonly RelFlipH: string; static readonly RelFlipV: string; static readonly WrapPolygonVertices: string; static readonly EditedWrap: string; static readonly Dgmt: string; static readonly PreferRelativeResize: string; static readonly XLimo: string; static readonly YLimo: string; static readonly LineOpacity: string; static readonly LineBackColor: string; static readonly PInscribe: string; static readonly IsButton: string; static readonly PatternFillFormatString: string; static readonly DrawingObjectTextWrapTypeTable: Record<number, number>; static readonly DrawingObjectTextWrapSideTable: Record<number, number>; static readonly DrawingObjectHorizontalPositionAlignmentTable: Record<number, number>; static readonly DrawingObjectHorizontalPositionTypeTable: Record<number, number>; static readonly DrawingObjectVerticalPositionAlignmentTable: Record<number, number>; static readonly DrawingObjectVerticalPositionTypeTable: Record<number, number>; static readonly DrawingObjectRelativeWidthTypeTable: Record<number, number>; static readonly DrawingObjectRelativeHeightTypeTable: Record<number, number>; static createDrawingObjectTextWrapTypeTable(): Record<number, number>; static createDrawingObjectTextWrapSideTable(): Record<number, number>; static createFloatingObjectHorizontalPositionAlignmentTable(): Record<number, number>; static createFloatingObjectHorizontalPositionTypeTable(): Record<number, number>; static createFloatingObjectVerticalPositionAlignment(): Record<number, number>; static createFloatingObjectVerticalPositionType(): Record<number, number>; static createFloatingObjectRelativeWidthType(): Record<number, number>; static createFloatingObjectRelativeHeightType(): Record<number, number>; }