@DOMObjectAttribute @DOMNameAttribute(name="SVGMarkerElement") public class SVGMarkerElement extends SVGElement implements ISVGFitToViewBox
The SVGMarkerElement interface corresponds to the 'marker’ element.
SVGElement,
ISVGFitToViewBoxNode.Flags| Modifier and Type | Field and Description |
|---|---|
static int |
SVG_MARKER_ORIENT_ANGLE
Attribute 'orient’ has an angle value.
|
static int |
SVG_MARKER_ORIENT_AUTO
Attribute 'orient’ has value 'auto'.
|
static int |
SVG_MARKER_ORIENT_UNKNOWN
The marker orientation is not one of predefined types.
|
static int |
SVG_MARKERUNITS_STROKEWIDTH
The value of attribute 'markerUnits’ is 'strokeWidth'.
|
static int |
SVG_MARKERUNITS_UNKNOWN
The marker unit type is not one of predefined types.
|
static int |
SVG_MARKERUNITS_USERSPACEONUSE
The value of attribute 'markerUnits’ is 'userSpaceOnUse'.
|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, parent, PROCESSING_INSTRUCTION_NODE, TEXT_NODEEventMapPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGMarkerElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedLength |
getMarkerHeight()
Corresponds to attribute 'markerHeight’ on the given 'marker’ element.
|
SVGAnimatedEnumeration |
getMarkerUnits()
Corresponds to attribute 'markerUnits’ on the given 'marker’ element.
|
SVGAnimatedLength |
getMarkerWidth()
Corresponds to attribute 'markerWidth’ on the given 'marker’ element.
|
SVGAnimatedAngle |
getOrientAngle()
Corresponds to attribute 'orient’ on the given 'marker’ element.
|
SVGAnimatedEnumeration |
getOrientType()
Corresponds to attribute 'orient’ on the given 'marker’ element.
|
SVGAnimatedPreserveAspectRatio |
getPreserveAspectRatio()
Corresponds to attribute ’preserveAspectRatio’ on the given element.
|
SVGAnimatedLength |
getRefX()
Corresponds to attribute 'refX’ on the given 'marker’ element.
|
SVGAnimatedLength |
getRefY()
Corresponds to attribute 'refY’ on the given 'marker’ element.
|
SVGAnimatedRect |
getViewBox()
Corresponds to attribute 'viewBox’ on the given element.
|
void |
setOrientToAngle(SVGAngle angle)
Sets the value of attribute 'orient’ to the given angle.
|
void |
setOrientToAuto()
Sets the value of attribute 'orient’ to 'auto'.
|
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndexattachShadow, dispose, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getChildren, getClassName, getComputedStyle, getComputedStyle, getData, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getNodeName, getNodeType, getOuterHTML, getPrefix, getPreviousElementSibling, getSchemaTypeInfo, getShadowRoot, getStyleContainer, getTag, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setData, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHTML, setOuterHTML, setTextContentadoptNode, appendChild, cloneNode, deepClone, finalize, getBaseURI, getChildNodes, getChildNodesInternal, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setLocalName, setNamespaceURI, setNodeValue, setParentNode, setPrefix, toStringaddEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListenerfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding@DOMNameAttribute(name="SVG_MARKERUNITS_UNKNOWN") public static final int SVG_MARKERUNITS_UNKNOWN
The marker unit type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
@DOMNameAttribute(name="SVG_MARKERUNITS_USERSPACEONUSE") public static final int SVG_MARKERUNITS_USERSPACEONUSE
The value of attribute 'markerUnits’ is 'userSpaceOnUse'.
@DOMNameAttribute(name="SVG_MARKERUNITS_STROKEWIDTH") public static final int SVG_MARKERUNITS_STROKEWIDTH
The value of attribute 'markerUnits’ is 'strokeWidth'.
@DOMNameAttribute(name="SVG_MARKER_ORIENT_UNKNOWN") public static final int SVG_MARKER_ORIENT_UNKNOWN
The marker orientation is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
@DOMNameAttribute(name="SVG_MARKER_ORIENT_AUTO") public static final int SVG_MARKER_ORIENT_AUTO
Attribute 'orient’ has value 'auto'.
@DOMNameAttribute(name="SVG_MARKER_ORIENT_ANGLE") public static final int SVG_MARKER_ORIENT_ANGLE
Attribute 'orient’ has an angle value.
public SVGMarkerElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the SVGElement class.
name - The element name.doc - The document.public SVGAnimatedRect getViewBox()
Corresponds to attribute 'viewBox’ on the given element.
Value: The 'viewBox’ of the given element.getViewBox in interface ISVGFitToViewBoxpublic SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
Corresponds to attribute ’preserveAspectRatio’ on the given element.
Value: The ’preserveAspectRatio’ of the given element.getPreserveAspectRatio in interface ISVGFitToViewBox@DOMNameAttribute(name="refX") public SVGAnimatedLength getRefX()
Corresponds to attribute 'refX’ on the given 'marker’ element.
Value: The attribute 'refX’ of the given 'marker’ element.@DOMNameAttribute(name="refY") public SVGAnimatedLength getRefY()
Corresponds to attribute 'refY’ on the given 'marker’ element.
Value: The attribute 'refY’ of the given 'marker’ element.@DOMNameAttribute(name="markerUnits") public SVGAnimatedEnumeration getMarkerUnits()
Corresponds to attribute 'markerUnits’ on the given 'marker’ element. One of the Marker Unit Types defined on this interface.
Value: The attribute 'markerUnits’ of the given 'marker’ element.@DOMNameAttribute(name="markerWidth") public SVGAnimatedLength getMarkerWidth()
Corresponds to attribute 'markerWidth’ on the given 'marker’ element.
Value: The attribute 'markerWidth’ of the given 'marker’ element.@DOMNameAttribute(name="markerHeight") public SVGAnimatedLength getMarkerHeight()
Corresponds to attribute 'markerHeight’ on the given 'marker’ element.
Value: The attribute 'markerHeight’ of the given 'marker’ element.@DOMNameAttribute(name="orientType") public SVGAnimatedEnumeration getOrientType()
Corresponds to attribute 'orient’ on the given 'marker’ element. One of the Marker Orientation Types defined on this interface.
Value: The attribute 'orient’ of the given 'marker’ element.@DOMNameAttribute(name="orientAngle") public SVGAnimatedAngle getOrientAngle()
Corresponds to attribute 'orient’ on the given 'marker’ element. If markerUnits is SVG_MARKER_ORIENT_ANGLE, the angle value for attribute 'orient’; otherwise, it will be set to zero.
Value: The attribute 'orient’ of the given 'marker’ element.@DOMNameAttribute(name="setOrientToAuto") public void setOrientToAuto()
Sets the value of attribute 'orient’ to 'auto'.
DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.@DOMNameAttribute(name="setOrientToAngle") public void setOrientToAngle(SVGAngle angle)
Sets the value of attribute 'orient’ to the given angle.
angle - The angle value to use for attribute 'orient’.DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.