Class Vml
This class contains constants required for vml shapes parsing and serialization.
Inheritance
System.Object
Vml
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
Constructors
Vml()
Declaration
Fields
AlternateTextAttribute
Alternate text for the Shape
Declaration
public const string AlternateTextAttribute = "alt"
Field Value
Type |
Description |
System.String |
|
AnchorTagName
Name of the xml tag that stores anchor settings.
Declaration
public const string AnchorTagName = "Anchor"
Field Value
Type |
Description |
System.String |
|
AngleAttribute
Filled color Shading (Horizontal , vertical...)
Declaration
public const string AngleAttribute = "angle"
Field Value
Type |
Description |
System.String |
|
AspectRatio
Specifies whether the aspect ratio of a shape is locked from being edited.
Declaration
public const string AspectRatio = "aspectratio"
Field Value
Type |
Description |
System.String |
|
AutoFillTag
This element specifies that the object is an AutoFill object. If this
element is specified without a value, it is assumed to be true.
Declaration
public const string AutoFillTag = "AutoFill"
Field Value
Type |
Description |
System.String |
|
AutoLineTag
This element specifies that the object is an AutoLine object. If this
element is specified without a value, it is assumed to be true.
Declaration
public const string AutoLineTag = "AutoLine"
Field Value
Type |
Description |
System.String |
|
AutoPicture
Declaration
public const string AutoPicture = "AutoPict"
Field Value
Type |
Description |
System.String |
|
BitmapPathValue
Default value of the path value for bitmap shape.
Declaration
public const string BitmapPathValue = "m@4@5l@4@11@9@11@9@5xe"
Field Value
Type |
Description |
System.String |
|
CallbackType
This element specifies the list box callback type. The application should
use the callback to determine how to handle user actions on the list box.
The only allowed value is Normal.
Declaration
public const string CallbackType = "LCT"
Field Value
Type |
Description |
System.String |
|
CF
Declaration
public const string CF = "CF"
Field Value
Type |
Description |
System.String |
|
Checkbox
Represents check box shape type.
Declaration
public const string Checkbox = "Checkbox"
Field Value
Type |
Description |
System.String |
|
Checked
Tag that stores checkbox checked state.
Declaration
public const string Checked = "Checked"
Field Value
Type |
Description |
System.String |
|
ClientDataTagName
Name of the xml tag that stores vml shape client data.
Declaration
public const string ClientDataTagName = "ClientData"
Field Value
Type |
Description |
System.String |
|
Color
Declaration
public const string Color = "color"
Field Value
Type |
Description |
System.String |
|
Color2Attribute
Declaration
public const string Color2Attribute = "color2"
Field Value
Type |
Description |
System.String |
|
ColorAttribute
Declaration
public const string ColorAttribute = "color"
Field Value
Type |
Description |
System.String |
|
ColorsAttribute
Colors attributes specifies the combination of colors
applied to the shape. this attribute usde for preset colors
Declaration
public const string ColorsAttribute = "colors"
Field Value
Type |
Description |
System.String |
|
ColumnTagName
Name of the xml tag that stores column index of the note shape.
Declaration
public const string ColumnTagName = "Column"
Field Value
Type |
Description |
System.String |
|
Specifies text alignment.
Declaration
public const string CommentAlignment = "\n <v:textbox style='mso-direction-alt:auto'>\n <div style='text-align:left'></div>\n </v:textbox>\n"
Field Value
Type |
Description |
System.String |
|
Default value of the coord size for comment shape.
Declaration
public const string CommentCoordSize = "21600,21600"
Field Value
Type |
Description |
System.String |
|
Default value of the path value for comment shape.
Declaration
public const string CommentPathValue = "m,l,21600r21600,l21600,xe"
Field Value
Type |
Description |
System.String |
|
ConnectType
Specifies the type of connection points used for attaching shapes to other shapes.
Declaration
public const string ConnectType = "connecttype"
Field Value
Type |
Description |
System.String |
|
ConnectTypeAttribute
Declaration
public const string ConnectTypeAttribute = "connecttype"
Field Value
Type |
Description |
System.String |
|
CoordSizeAttributeName
Name of the xml attribute that stores shape (or shape type) coordinate size.
Declaration
public const string CoordSizeAttributeName = "coordsize"
Field Value
Type |
Description |
System.String |
|
DarkLimit
Declaration
public const double DarkLimit = 0.5
Field Value
Type |
Description |
System.Double |
|
DashStyleAttribute
Represent Dash Style (solid, shortDash)
Declaration
public const string DashStyleAttribute = "dashstyle"
Field Value
Type |
Description |
System.String |
|
DegreeDivider
Degree value divided by this
Declaration
public const int DegreeDivider = 255
Field Value
Type |
Description |
System.Int32 |
|
DevAspect
Declaration
public const string DevAspect = "dvAspect"
Field Value
Type |
Description |
System.String |
|
DivTagName
Name of the xml tag that stores div settings.
Declaration
public const string DivTagName = "div"
Field Value
Type |
Description |
System.String |
|
Drop
Represents combo box shape type.
Declaration
public const string Drop = "Drop"
Field Value
Type |
Description |
System.String |
|
DropLines
This element specifies the maximum number of lines in the dropdown before
scrollbars are added.
Declaration
public const string DropLines = "DropLines"
Field Value
Type |
Description |
System.String |
|
DropStyle
This element specifies the style of the dropdown.
Declaration
public const string DropStyle = "DropStyle"
Field Value
Type |
Description |
System.String |
|
EquationTagName
Specifies a single formula, which consists of a named operation followed
by up to three parameters.
Declaration
public const string EquationTagName = "eqn"
Field Value
Type |
Description |
System.String |
|
Ext
Specifies an optional value that indicates how applications that implement
VML should interpret extensions not defined as part of the original
specification of core VML.
Declaration
public const string Ext = "ext"
Field Value
Type |
Description |
System.String |
|
ExtAttribute
Declaration
public const string ExtAttribute = "ext"
Field Value
Type |
Description |
System.String |
|
Extrusionok
Specifies whether an extrusion is allowed to be displayed.
Declaration
public const string Extrusionok = "extrusionok"
Field Value
Type |
Description |
System.String |
|
ExtrusionOkAttribute
Declaration
public const string ExtrusionOkAttribute = "extrusionok"
Field Value
Type |
Description |
System.String |
|
Face
Declaration
public const string Face = "face"
Field Value
Type |
Description |
System.String |
|
FalseExpression
Represents false expression
Declaration
public const string FalseExpression = "f"
Field Value
Type |
Description |
System.String |
|
FillColorAttribute
Name of the xml attribute that stores vml shape fill color value.
Declaration
public const string FillColorAttribute = "fillcolor"
Field Value
Type |
Description |
System.String |
|
FilledAttribute
Specifies whether the closed path will be filled.
Declaration
public const string FilledAttribute = "filled"
Field Value
Type |
Description |
System.String |
|
FillOkAttribute
Declaration
public const string FillOkAttribute = "fillok"
Field Value
Type |
Description |
System.String |
|
FillTag
This element specifies how the shape should be filled
Declaration
public const string FillTag = "fill"
Field Value
Type |
Description |
System.String |
|
FillTypeAttribute
FillType specifies the pattern fill of
Line in VMLtexbox shapes
Declaration
public const string FillTypeAttribute = "filltype"
Field Value
Type |
Description |
System.String |
|
This element specifies whether the object is first button of the Grouped objects,
Declaration
public const string FirstButton = "FirstButton"
Field Value
Type |
Description |
System.String |
|
FocusAttribute
focus attribute specifies to shading variants
Values range from 100% to -100%. Default is 0.
Declaration
public const string FocusAttribute = "focus"
Field Value
Type |
Description |
System.String |
|
FocusPositionAttribute
Specifies the position of the center rectangle of a radial gradient. The vector is a fraction
of the width and height of the shape. The first is a percentage of the fill to the left edge;
the second is a percentage of the fill to the top. Default is 0,0. To position a radial fill at
the center of a shape, use a value of 50%,50%.
Declaration
public const string FocusPositionAttribute = "focusposition"
Field Value
Type |
Description |
System.String |
|
FocusSizeAttribute
Specifies the size of the center rectangle of a radial gradient. The vector is a fraction of
the width and height of the shape. The first is a percentage of the fill to the right edge;
the second is a percentage of the fill to the bottom. Default is 0,0.
Declaration
public const string FocusSizeAttribute = "focussize"
Field Value
Type |
Description |
System.String |
|
FontTag
Specifies font and text inside div element.
Declaration
public const string FontTag = "font"
Field Value
Type |
Description |
System.String |
|
This element specifies the cell the object is linked to, using standard cell reference syntax.
Declaration
public const string FormulaLink = "FmlaLink"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string FormulaMacro = "FmlaMacro"
Field Value
Type |
Description |
System.String |
|
This element defines a set of formulas whose calculated values are referenced by other attributes.
Declaration
public const string FormulasTagName = "formulas"
Field Value
Type |
Description |
System.String |
|
GradientCenterTypeTagValue
Fill type Tag value represents gradient radial (From corner or Center) fill type
Declaration
public const string GradientCenterTypeTagValue = "gradientCenter"
Field Value
Type |
Description |
System.String |
|
GradientDarkFillValue
Declaration
public const string GradientDarkFillValue = "fill darken"
Field Value
Type |
Description |
System.String |
|
GradientLightFillValue
Declaration
public const string GradientLightFillValue = "fill lighten"
Field Value
Type |
Description |
System.String |
|
GradientOneColorAttributeValueStart
lightness or darkness of "one color" option in Gradient
Declaration
public const string GradientOneColorAttributeValueStart = "fill"
Field Value
Type |
Description |
System.String |
|
GradientRadialTypeTagValue
Fill type Tag value represents gradient radial (From corner or Center) fill type
Declaration
public const string GradientRadialTypeTagValue = "gradientRadial"
Field Value
Type |
Description |
System.String |
|
GradientShapeOk
Specifies whether a gradient path will be made up of repeated concentric paths.
Declaration
public const string GradientShapeOk = "gradientshapeok"
Field Value
Type |
Description |
System.String |
|
GradientTypeTagValue
Fill type Tag value represents gradient fill type
Declaration
public const string GradientTypeTagValue = "gradient"
Field Value
Type |
Description |
System.String |
|
Height
Declaration
public const string Height = "height"
Field Value
Type |
Description |
System.String |
|
ImageDataTag
This element is used to draw an image that has been loaded from an external source.
Declaration
public const string ImageDataTag = "imagedata"
Field Value
Type |
Description |
System.String |
|
IndexedColorPrefix
indexed color enclosed with this char
Declaration
public const char IndexedColorPrefix = '['
Field Value
Type |
Description |
System.Char |
|
InsetModeAttribute
Name of xml attribute that specifies whether the application calculates the
internal text margin instead of using the inset attribute. Default is custom.
This attribute is only meaningful for text boxes.
Declaration
public const string InsetModeAttribute = "insetmode"
Field Value
Type |
Description |
System.String |
|
JoinStyle
Specifies the join style for line ends.
Declaration
public const string JoinStyle = "joinstyle"
Field Value
Type |
Description |
System.String |
|
LayoutFlow
Determines the flow of the text layout in a textbox.
Declaration
public const string LayoutFlow = "layout-flow"
Field Value
Type |
Description |
System.String |
|
LayoutFlowVertical
CheckStateChanged of layout-flow attribute which indicates that text is displayed vertically.
Declaration
public const string LayoutFlowVertical = "vertical"
Field Value
Type |
Description |
System.String |
|
LegacyDrawing
Name of the xml tag that stores information about vml drawings inside worksheet part.
Declaration
public const string LegacyDrawing = "legacyDrawing"
Field Value
Type |
Description |
System.String |
|
LegacyDrawingHF
Name of the xml tag that stores information about vml header/footer drawings inside
worksheet part.
Declaration
public const string LegacyDrawingHF = "legacyDrawingHF"
Field Value
Type |
Description |
System.String |
|
LineStyleAttribute
Represent line style (ThinThick,..)
Declaration
public const string LineStyleAttribute = "linestyle"
Field Value
Type |
Description |
System.String |
|
LinkAttribute
Declaration
public const string LinkAttribute = "link"
Field Value
Type |
Description |
System.String |
|
LinkAttributeValue
Declaration
public const string LinkAttributeValue = "[{0}]!''''"
Field Value
Type |
Description |
System.String |
|
ListSourceRange
This element specifies the range of source data cells used to populate
the list box, using standard cell reference syntax.
Declaration
public const string ListSourceRange = "FmlaRange"
Field Value
Type |
Description |
System.String |
|
Lock
This element specifies locks against actions that can be effected in the UI
of an authoring application or programmatically through an object model.
Declaration
public const string Lock = "lock"
Field Value
Type |
Description |
System.String |
|
LockText
Declaration
public const string LockText = "LockText"
Field Value
Type |
Description |
System.String |
|
LockTypeAttribute
Declaration
public const string LockTypeAttribute = "lock"
Field Value
Type |
Description |
System.String |
|
MarginLeft
Declaration
public const string MarginLeft = "margin-left"
Field Value
Type |
Description |
System.String |
|
MarginTop
Declaration
public const string MarginTop = "margin-top"
Field Value
Type |
Description |
System.String |
|
MethodAttribute
Declaration
public const string MethodAttribute = "method"
Field Value
Type |
Description |
System.String |
|
MethodNoneValue
Gradient fill method value none.
Declaration
public const string MethodNoneValue = "none"
Field Value
Type |
Description |
System.String |
|
Millimeters
Declaration
public const string Millimeters = "mm"
Field Value
Type |
Description |
System.String |
|
MoveWithCellsTagName
Name of the xml tag that indicates whether shape should be moved with cells or not.
Declaration
public const string MoveWithCellsTagName = "MoveWithCells"
Field Value
Type |
Description |
System.String |
|
MsoFitShapeToText
Specifies whether the shape will stretch to fit the text in the textbox
Declaration
public const string MsoFitShapeToText = "mso-fit-shape-to-text"
Field Value
Type |
Description |
System.String |
|
MsoLayoutFlow
Specifies the alternate layout flow for text in textboxes.
Declaration
public const string MsoLayoutFlow = "mso-layout-flow-alt"
Field Value
Type |
Description |
System.String |
|
MsoLayoutFlowBottomToTop
/// Specifies the bottom to top layout flow for text in textboxes.
Declaration
public const string MsoLayoutFlowBottomToTop = "bottom-to-top"
Field Value
Type |
Description |
System.String |
|
MsoLayoutFlowTopToBottom
Specifies the top to bottom layout flow for text in textboxes.
Declaration
public const string MsoLayoutFlowTopToBottom = "top-to-bottom"
Field Value
Type |
Description |
System.String |
|
NormalLCT
Normal value of the callback type.
Declaration
public const string NormalLCT = "Normal"
Field Value
Type |
Description |
System.String |
|
NoThreeD
This element specifies that 3D effects are disabled. If this element
is specified without a value, it is assumed to be true.
Declaration
public const string NoThreeD = "NoThreeD"
Field Value
Type |
Description |
System.String |
|
NoThreeD2
This element specifies that 3D effects are disabled. If this element
is specified without a value, it is assumed to be true.
Declaration
public const string NoThreeD2 = "NoThreeD2"
Field Value
Type |
Description |
System.String |
|
ObjectTypeAttribute
Name of the xml attribute that stores vml shape type.
Declaration
public const string ObjectTypeAttribute = "ObjectType"
Field Value
Type |
Description |
System.String |
|
OleObject
Declaration
public const string OleObject = "oleObject"
Field Value
Type |
Description |
System.String |
|
OleObjects
Declaration
public const string OleObjects = "oleObjects"
Field Value
Type |
Description |
System.String |
|
OleUpdateAttribute
Declaration
public const string OleUpdateAttribute = "oleUpdate"
Field Value
Type |
Description |
System.String |
|
ONamespace
Name of a namespace used by VML (marked by 'o' in MS Excel 2007 documents).
Declaration
public const string ONamespace = "urn:schemas-microsoft-com:office:office"
Field Value
Type |
Description |
System.String |
|
Opacity2Attribute
"Transparency To" of the filed color
Declaration
public const string Opacity2Attribute = "opacity2"
Field Value
Type |
Description |
System.String |
|
OpacityAttribute
"Transparency From" of the filled color
Declaration
public const string OpacityAttribute = "opacity"
Field Value
Type |
Description |
System.String |
|
OpacityDegree
opacity value divided by this
Declaration
public const int OpacityDegree = 65536
Field Value
Type |
Description |
System.Int32 |
|
OPreffix
Namespace prefix used in vml shapes.
Declaration
public const string OPreffix = "o"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string OptionButton = "Radio"
Field Value
Type |
Description |
System.String |
|
PathAttribute
Declaration
public const string PathAttribute = "path"
Field Value
Type |
Description |
System.String |
|
PathAttributeName
Name of the xml attribute that stores shape path value.
Declaration
public const string PathAttributeName = "path"
Field Value
Type |
Description |
System.String |
|
PatternAttributeValue
Declaration
public const string PatternAttributeValue = "pattern"
Field Value
Type |
Description |
System.String |
|
PictureAttributeValue
Declaration
public const string PictureAttributeValue = "frame"
Field Value
Type |
Description |
System.String |
|
PictureObjectTypeAttributeValue
represents the place holder image
Declaration
public const string PictureObjectTypeAttributeValue = "Pict"
Field Value
Type |
Description |
System.String |
|
PreferRelative
Specifies whether the original size of an object is saved after reformatting.
Declaration
public const string PreferRelative = "preferrelative"
Field Value
Type |
Description |
System.String |
|
ProgramID
Declaration
public const string ProgramID = "progId"
Field Value
Type |
Description |
System.String |
|
ReColorAttribute
Specifies that the fill uses an image
Declaration
public const string ReColorAttribute = "recolor"
Field Value
Type |
Description |
System.String |
|
RelationId
Specifies the relationship ID of the relationship to the image.
Declaration
public const string RelationId = "relid"
Field Value
Type |
Description |
System.String |
|
RelationIDAttribute
Relation id for the resource
Declaration
public const string RelationIDAttribute = "relid"
Field Value
Type |
Description |
System.String |
|
RGBColorPrefixChar
Colors are prefixed with this char
Declaration
public const char RGBColorPrefixChar = '#'
Field Value
Type |
Description |
System.Char |
|
RotateAttribute
filled color rotates with the shape
Declaration
public const string RotateAttribute = "rotate"
Field Value
Type |
Description |
System.String |
|
RowTagName
Name of the xml tag that stores row index of the note shape.
Declaration
public const string RowTagName = "Row"
Field Value
Type |
Description |
System.String |
|
This element specifies the width of the scroll bar in screen pixels.
Declaration
public const string ScrollBarWidth = "Dx"
Field Value
Type |
Description |
System.String |
|
This element specifies the number of lines to move the scroll bar on an increment click.
If omitted, the increment is 0.
Declaration
public const string ScrollIncrement = "Inc"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string ScrollMaximum = "Max"
Field Value
Type |
Description |
System.String |
|
This element specifies the minimum scroll bar position as the index of
the list item just above the item at the top of the view when the control
is scrolled all the way up, typically 0. The list indexes are 1-based.
If omitted, the value is assumed to be 0.
Declaration
public const string ScrollMinimum = "Min"
Field Value
Type |
Description |
System.String |
|
ScrollPageIncrement
This element specifies the number of lines to move the scroll bar on a page click.
Declaration
public const string ScrollPageIncrement = "Page"
Field Value
Type |
Description |
System.String |
|
This element specifies the scroll bar position as the index of the list
item just above the item at the top of the view, given the current scroll
position. The list indexes are 1-based.
If omitted, the value is assumed to be 0.
Declaration
public const string ScrollPosition = "Val"
Field Value
Type |
Description |
System.String |
|
SelectedItem
This element specifies that the object represents a password edit field.
If this element is specified without a value, it is assumed to be true.
Declaration
public const string SelectedItem = "Sel"
Field Value
Type |
Description |
System.String |
|
SelectionType
This element specifies the selection type for the list box. If omitted, the control is assumed to be Single.
Declaration
public const string SelectionType = "SelType"
Field Value
Type |
Description |
System.String |
|
ShadowColorAttribute
Name of the xml attribute that specifies the color of the primary shadow.
Default is gray (RGB 128,128,128).
Declaration
public const string ShadowColorAttribute = "color"
Field Value
Type |
Description |
System.String |
|
ShadowObscuredAttribute
Name of the xml attribute that specifies whether a shadow is transparent.
Default is false. If true, the shadow is transparent if there is no fill on the shape.
Declaration
public const string ShadowObscuredAttribute = "obscured"
Field Value
Type |
Description |
System.String |
|
ShadowOkAttribute
Declaration
public const string ShadowOkAttribute = "shadowok"
Field Value
Type |
Description |
System.String |
|
ShadowOnAttribute
Name of the xml attribute that specifies whether to show a shadow.
Declaration
public const string ShadowOnAttribute = "on"
Field Value
Type |
Description |
System.String |
|
ShadowTagName
Name of the xml tag that stores vml shape shadows settings.
Declaration
public const string ShadowTagName = "shadow"
Field Value
Type |
Description |
System.String |
|
ShapeID
Declaration
public const string ShapeID = "shapeId"
Field Value
Type |
Description |
System.String |
|
ShapeIdAttributeName
Name of the xml attribute that stores shape type id.
Declaration
public const string ShapeIdAttributeName = "id"
Field Value
Type |
Description |
System.String |
|
String format used to create shape id. {0} must be replaced with correct shape id number.
Declaration
public const string ShapeIdFormat = "_x0000_s{0}"
Field Value
Type |
Description |
System.String |
|
ShapeLayoutTagName
Name of the xml tag that stores all shape layout settings.
Declaration
public const string ShapeLayoutTagName = "shapelayout"
Field Value
Type |
Description |
System.String |
|
ShapePathTagName
This element defines the path that makes up the shape.
Declaration
public const string ShapePathTagName = "path"
Field Value
Type |
Description |
System.String |
|
ShapeTagName
Name of the xml tag that stores all shape settings.
Declaration
public const string ShapeTagName = "shape"
Field Value
Type |
Description |
System.String |
|
ShapeTypeAttribute
Declaration
public const string ShapeTypeAttribute = "shapetype"
Field Value
Type |
Description |
System.String |
|
String format used to create shape type id. {0} must be replaced with instance
field of the shape object.
Declaration
public const string ShapeTypeIdFormat = "_x0000_t{0}"
Field Value
Type |
Description |
System.String |
|
ShapeTypeTagName
Name of the xml tag that represents shape type definition in VML.
Declaration
public const string ShapeTypeTagName = "shapetype"
Field Value
Type |
Description |
System.String |
|
This element defines a single value as the result of the evaluation of an expression.
Declaration
public const string SingleFormulaTagName = "f"
Field Value
Type |
Description |
System.String |
|
Size
Declaration
public const string Size = "size"
Field Value
Type |
Description |
System.String |
|
SizeInPoints
Size value store with this string
Declaration
public const string SizeInPoints = "pt"
Field Value
Type |
Description |
System.String |
|
SizeInPointsPrefix
Size value prefixed with this char
Declaration
public const char SizeInPointsPrefix = 'p'
Field Value
Type |
Description |
System.Char |
|
SizeWithCellsTagName
Name of the xml tag that indicates whether shape should be sized with cells or not.
Declaration
public const string SizeWithCellsTagName = "SizeWithCells"
Field Value
Type |
Description |
System.String |
|
SolidFillTag
Declaration
public const string SolidFillTag = "solid"
Field Value
Type |
Description |
System.String |
|
SolidFillTypeAttributeValue
Represents solid fill type of the shape
Declaration
public const string SolidFillTypeAttributeValue = "solid"
Field Value
Type |
Description |
System.String |
|
SpIdAttributeName
Declaration
public const string SpIdAttributeName = "spid"
Field Value
Type |
Description |
System.String |
|
SptAttriubteName
Name of the xml attribute that stores spt option (it looks like it equals to instance field of the shape).
Declaration
public const string SptAttriubteName = "spt"
Field Value
Type |
Description |
System.String |
|
Stroke
This element describes how to draw the path if something beyond solid line
with a solid color is desired.
Declaration
public const string Stroke = "stroke"
Field Value
Type |
Description |
System.String |
|
StrokeColorAttribute
this part contains tags used in VML
Declaration
public const string StrokeColorAttribute = "strokecolor"
Field Value
Type |
Description |
System.String |
|
StrokedAttribute
Specifies whether the path defining the shape is stroked with a solid line.
Declaration
public const string StrokedAttribute = "stroked"
Field Value
Type |
Description |
System.String |
|
StrokeOkAttribute
Declaration
public const string StrokeOkAttribute = "strokeok"
Field Value
Type |
Description |
System.String |
|
StrokeWeightAttribute
shape's border Line wieght
Declaration
public const string StrokeWeightAttribute = "strokeweight"
Field Value
Type |
Description |
System.String |
|
StyleAttribute
Style attribute for vml shapes.
Declaration
public const string StyleAttribute = "style"
Field Value
Type |
Description |
System.String |
|
TextBoxTagName
Name of the xml tag that stores some of text box settings.
Declaration
public const string TextBoxTagName = "textbox"
Field Value
Type |
Description |
System.String |
|
TextHAlign
Name of the xml tag that specifies the horizontal text alignment for the object.
Declaration
public const string TextHAlign = "TextHAlign"
Field Value
Type |
Description |
System.String |
|
TextureAttributeValue
Declaration
public const string TextureAttributeValue = "tile"
Field Value
Type |
Description |
System.String |
|
TextVAlign
Name of the xml tag that specifies the vertical text alignment for the object.
Declaration
public const string TextVAlign = "TextVAlign"
Field Value
Type |
Description |
System.String |
|
TitleAttibute
Title of the texture or picture or pattern
Declaration
public const string TitleAttibute = "title"
Field Value
Type |
Description |
System.String |
|
TrueExpression
Represents true expression
Declaration
public const string TrueExpression = "t"
Field Value
Type |
Description |
System.String |
|
TypeAttributeName
Name of the xml tag that stores shape type attribute.
Declaration
public const string TypeAttributeName = "type"
Field Value
Type |
Description |
System.String |
|
VisibilityAttribute
Part of the style attribute value that defines whether shape is visible or hidden.
Declaration
public const string VisibilityAttribute = "visibility"
Field Value
Type |
Description |
System.String |
|
VisibilityHiddenValue
One of possible visibility values. Indicates that shape is hidden.
Declaration
public const string VisibilityHiddenValue = "hidden"
Field Value
Type |
Description |
System.String |
|
VisibilityVisibleValue
One of possible visibility values. Indicates that shape is Visible.
Declaration
public const string VisibilityVisibleValue = "visible"
Field Value
Type |
Description |
System.String |
|
VNamespace
Name of a namespace used by VML (marked by 'v' in MS Excel 2007 documents).
Declaration
public const string VNamespace = "urn:schemas-microsoft-com:vml"
Field Value
Type |
Description |
System.String |
|
VPreffix
Namespace prefix used in vml shapes.
Declaration
public const string VPreffix = "v"
Field Value
Type |
Description |
System.String |
|
Width
Declaration
public const string Width = "width"
Field Value
Type |
Description |
System.String |
|
XmlTagName
Declaration
public const string XmlTagName = "xml"
Field Value
Type |
Description |
System.String |
|
XNamespace
Name of a namespace used by VML (marked by 'x' in MS Excel 2007 documents).
Declaration
public const string XNamespace = "urn:schemas-microsoft-com:office:excel"
Field Value
Type |
Description |
System.String |
|
XPreffix
Namespace prefix used in vml shapes.
Declaration
public const string XPreffix = "x"
Field Value
Type |
Description |
System.String |
|