←Select platform

SvgElementType Enumeration

Summary

SVG element types

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum SvgElementType  
typedef NS_ENUM(NSInteger, LTSvgElementType) { 
 LTSvgElementTypeUnknown,  
 LTSvgElementTypeDoc,  
 LTSvgElementTypeSvg,  
 LTSvgElementTypeG,  
 LTSvgElementTypeDefs,  
 LTSvgElementTypeDesc,  
 LTSvgElementTypeTitle,  
 LTSvgElementTypeSymbol,  
 LTSvgElementTypeUse,  
 LTSvgElementTypeImage,  
 LTSvgElementTypeSwitch,  
 LTSvgElementTypeStyle,  
 LTSvgElementTypePath,  
 LTSvgElementTypeRect,  
 LTSvgElementTypeCircle,  
 LTSvgElementTypeEllipse,  
 LTSvgElementTypeLine,  
 LTSvgElementTypePolyline,  
 LTSvgElementTypePolygon,  
 LTSvgElementTypeText,  
 LTSvgElementTypeTSpan,  
 LTSvgElementTypeTRef,  
 LTSvgElementTypeTextPath,  
 LTSvgElementTypeAltGlyph,  
 LTSvgElementTypeAltGlyphDef,  
 LTSvgElementTypeAltGlyphItem,  
 LTSvgElementTypeGlyphRef,  
 LTSvgElementTypeMarker,  
 LTSvgElementTypeColorProfile,  
 LTSvgElementTypeLinearGradient,  
 LTSvgElementTypeRadialGradient,  
 LTSvgElementTypeStop,  
 LTSvgElementTypePattern,  
 LTSvgElementTypeClipPath,  
 LTSvgElementTypeFont,  
 LTSvgElementTypeGlyph,  
 LTSvgElementTypeMissingGlyph,  
 LTSvgElementTypeHKern,  
 LTSvgElementTypeVKern,  
 LTSvgElementTypeFontFace,  
 LTSvgElementTypeFontFaceSrc,  
 LTSvgElementTypeFontFaceUri,  
 LTSvgElementTypeFontFaceFormat,  
 LTSvgElementTypeFontFaceName,  
 LTSvgElementTypeDefinitionSrc,  
 LTSvgElementTypeAnchor 
}; 
public enum SvgElementType 
public enum class SvgElementType  
class SvgElementType(Enum): 
   Unknown = 0 
   Doc = 1 
   Svg = 2 
   G = 3 
   Defs = 4 
   Desc = 5 
   Title = 6 
   Symbol = 7 
   Use = 8 
   Image = 9 
   Switch = 10 
   Style = 11 
   Path = 12 
   Rect = 13 
   Circle = 14 
   Ellipse = 15 
   Line = 16 
   Polyline = 17 
   Polygon = 18 
   Text = 19 
   TSpan = 20 
   TRef = 21 
   TextPath = 22 
   AltGlyph = 23 
   AltGlyphDef = 24 
   AltGlyphItem = 25 
   GlyphRef = 26 
   Marker = 27 
   ColorProfile = 28 
   LinearGradient = 29 
   RadialGradient = 30 
   Stop = 31 
   Pattern = 32 
   ClipPath = 33 
   Font = 34 
   Glyph = 35 
   MissingGlyph = 36 
   HKern = 37 
   VKern = 38 
   FontFace = 39 
   FontFaceSrc = 40 
   FontFaceUri = 41 
   FontFaceFormat = 42 
   FontFaceName = 43 
   DefinitionSrc = 44 
   Anchor = 45 
   Mask = 46 
Members
ValueMemberDescription
0Unknown Unknown element that does not belong to the SVG standard
1Doc <doc> element
2Svg <svg> element
3G <g> element
4Defs <defs> element
5Desc <desc> element
6Title <title> element
7Symbol <symbol> element
8Use <use> element
9Image <image> element
10Switch <switch> element
11Style <style> element
12Path <path> element
13Rect <rect> element
14Circle <circle> element
15Ellipse <ellipse> element
16Line <line> element
17Polyline <polyline> element
18Polygon <polygon> element
19Text <text> element
20TSpan <tspan> element
21TRef <tref> element
22TextPath <textpath> element
23AltGlyph <altglyph> element
24AltGlyphDef <altglyphdef> element
25AltGlyphItem <altglyphitem> element
26GlyphRef <glyphref> element
27Marker <marker> element
28ColorProfile <colorprofile> element
29LinearGradient <lineargradient> element
30RadialGradient <radialgradient> element
31Stop <stop> element
32Pattern <pattern> element
33ClipPath <clippath> element
34Font <font> element
35Glyph <glyph> element
36MissingGlyph <missingglyph> element
37HKern <hkern> element
38VKern <vkern> element
39FontFace <fontface> element
40FontFaceSrc <fontfacesrc> element
41FontFaceUri <fontfaceuri> element
42FontFaceFormat <fontfaceformat> element
43FontFaceName <fontfacename> element
44DefinitionSrc <definitionsrc> element
45Anchor <anchor> element
46Mask <mask> element
Remarks

For more information, refer to SVG Reference.

Requirements

Target Platforms

See Also

Reference

Leadtools.Svg Namespace

Help Version 22.0.2023.4.20
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.