@DOMObjectAttribute @DOMNameAttribute(name="SVGTextPositioningElement") public class SVGTextPositioningElement extends SVGTextContentElement
The SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement, SVGTSpanElement, SVGTRefElement and SVGAltGlyphElement.
SVGTextContentElementNode.FlagsLENGTHADJUST_SPACING, LENGTHADJUST_SPACINGANDGLYPHS, LENGTHADJUST_UNKNOWNATTRIBUTE_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 |
|---|
SVGTextPositioningElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedLengthList |
getDx()
Corresponds to attribute 'dx’ on the given element.
|
SVGAnimatedLengthList |
getDy()
Corresponds to attribute 'dy’ on the given element.
|
SVGAnimatedNumberList |
getRotate()
Corresponds to attribute 'rotate’ on the given element.
|
SVGAnimatedLengthList |
getX()
Corresponds to attribute ’x’ on the given element.
|
SVGAnimatedLengthList |
getY()
Corresponds to attribute 'y’ on the given element.
|
getCharNumAtPosition, getComputedTextLength, getEndPositionOfChar, getExtentOfChar, getLengthAdjust, getNumberOfChars, getRotationOfChar, getStartPositionOfChar, getSubStringLength, getTextLength, selectSubStringgetBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSystemLanguage, getTransformaddSVGAttributeBinding, 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, setRuntimesBindingpublic SVGTextPositioningElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the SVGElement class.
name - The element name.doc - The document.@DOMNameAttribute(name="x") public SVGAnimatedLengthList getX()
Corresponds to attribute ’x’ on the given element.
Value: The attribute ’x’ of the given element.@DOMNameAttribute(name="y") public SVGAnimatedLengthList getY()
Corresponds to attribute 'y’ on the given element.
Value: The attribute 'y’ of the given element.@DOMNameAttribute(name="dx") public SVGAnimatedLengthList getDx()
Corresponds to attribute 'dx’ on the given element.
Value: The attribute 'dx’ of the given element.@DOMNameAttribute(name="dy") public SVGAnimatedLengthList getDy()
Corresponds to attribute 'dy’ on the given element.
Value: The attribute 'dy’ of the given element.@DOMNameAttribute(name="rotate") public SVGAnimatedNumberList getRotate()
Corresponds to attribute 'rotate’ on the given element.
Value: The attribute 'rotate’ of the given element.