Class ASK
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:ask="http://schemas.microsoft.com/office/drawing/2018/sketchyshapes" namespace.
public static class ASK
- Inheritance
-
ASK
- Inherited Members
Fields
ask
Defines the XML namespace associated with the ask prefix.
public static readonly XNamespace ask
Field Value
- XNamespace
extLst
Represents the ask:extLst XML element.
public static readonly XName extLst
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: lineSketchStyleProps.
- has the following child XML elements: ext.
- corresponds to the following strongly-typed classes: OfficeArtExtensionList.
lineSketchCurved
Represents the ask:lineSketchCurved XML element.
public static readonly XName lineSketchCurved
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: type.
- corresponds to the following strongly-typed classes: LineSketchCurvedEmpty.
lineSketchFreehand
Represents the ask:lineSketchFreehand XML element.
public static readonly XName lineSketchFreehand
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: type.
- corresponds to the following strongly-typed classes: LineSketchFreehandEmpty.
lineSketchNone
Represents the ask:lineSketchNone XML element.
public static readonly XName lineSketchNone
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: type.
- corresponds to the following strongly-typed classes: LineSketchNoneEmpty.
lineSketchScribble
Represents the ask:lineSketchScribble XML element.
public static readonly XName lineSketchScribble
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: type.
- corresponds to the following strongly-typed classes: LineSketchScribbleEmpty.
lineSketchStyleProps
Represents the ask:lineSketchStyleProps XML element.
public static readonly XName lineSketchStyleProps
Field Value
- XName
Remarks
As an XML element, it:
seed
Represents the ask:seed XML element.
public static readonly XName seed
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: lineSketchStyleProps.
- corresponds to the following strongly-typed classes: LineSketchSeed.
type
Represents the ask:type XML element.
public static readonly XName type
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: lineSketchStyleProps.
- has the following child XML elements: lineSketchCurved, lineSketchFreehand, lineSketchNone, lineSketchScribble.
- corresponds to the following strongly-typed classes: LineSketchTypeProperties.