@DOMObjectAttribute @DOMNameAttribute(name="SVGTextPathElement") public class SVGTextPathElement extends SVGTextContentElement implements ISVGURIReference
The SVGTextPathElement interface corresponds to the ‘textPath’ element.
SVGTextContentElement
,
ISVGURIReference
Node.Flags
Modifier and Type | Field and Description |
---|---|
static int |
TEXTPATH_METHODTYPE_ALIGN
Corresponds to value 'align'.
|
static int |
TEXTPATH_METHODTYPE_STRETCH
Corresponds to value 'stretch'.
|
static int |
TEXTPATH_METHODTYPE_UNKNOWN
The enumeration was set to a value that is not one of predefined types.
|
static int |
TEXTPATH_SPACINGTYPE_AUTO
Corresponds to value 'auto'.
|
static int |
TEXTPATH_SPACINGTYPE_EXACT
Corresponds to value 'exact'.
|
static int |
TEXTPATH_SPACINGTYPE_UNKNOWN
The enumeration was set to a value that is not one of predefined types.
|
LENGTHADJUST_SPACING, LENGTHADJUST_SPACINGANDGLYPHS, LENGTHADJUST_UNKNOWN
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, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged
Constructor and Description |
---|
SVGTextPathElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
Modifier and Type | Method and Description |
---|---|
SVGAnimatedString |
getHref()
Corresponds to attribute ‘xlink:href’ on the given element.
|
SVGAnimatedEnumeration |
getMethod()
Corresponds to attribute ‘method’ on the given ‘textPath’ element.
|
SVGAnimatedEnumeration |
getSpacing()
Corresponds to attribute ‘spacing’ on the given ‘textPath’ element.
|
SVGAnimatedLength |
getStartOffset()
Corresponds to attribute ‘startOffset’ on the given ‘textPath’ element.
|
getCharNumAtPosition, getComputedTextLength, getEndPositionOfChar, getExtentOfChar, getLengthAdjust, getNumberOfChars, getRotationOfChar, getStartPositionOfChar, getSubStringLength, getTextLength, selectSubString
getBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSystemLanguage, getTransform
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndex
attachShadow, 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, setTextContent
adoptNode, appendChild, cloneNode, deepClone, getBaseURI, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
@DOMNameAttribute(name="TEXTPATH_METHODTYPE_UNKNOWN") public static final int TEXTPATH_METHODTYPE_UNKNOWN
The enumeration was set to a value that 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="TEXTPATH_METHODTYPE_ALIGN") public static final int TEXTPATH_METHODTYPE_ALIGN
Corresponds to value 'align'.
@DOMNameAttribute(name="TEXTPATH_METHODTYPE_STRETCH") public static final int TEXTPATH_METHODTYPE_STRETCH
Corresponds to value 'stretch'.
@DOMNameAttribute(name="TEXTPATH_SPACINGTYPE_UNKNOWN") public static final int TEXTPATH_SPACINGTYPE_UNKNOWN
The enumeration was set to a value that 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="TEXTPATH_SPACINGTYPE_AUTO") public static final int TEXTPATH_SPACINGTYPE_AUTO
Corresponds to value 'auto'.
@DOMNameAttribute(name="TEXTPATH_SPACINGTYPE_EXACT") public static final int TEXTPATH_SPACINGTYPE_EXACT
Corresponds to value 'exact'.
public SVGTextPathElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the SVGElement
class.
name
- The element name.doc
- The document.public SVGAnimatedString getHref()
Corresponds to attribute ‘xlink:href’ on the given element.
Value: The ‘xlink:href’ of the given element.getHref
in interface ISVGURIReference
@DOMNameAttribute(name="startOffset") public SVGAnimatedLength getStartOffset()
Corresponds to attribute ‘startOffset’ on the given ‘textPath’ element.
Value: The attribute ‘startOffset’ of the given ‘textPath’ element.@DOMNameAttribute(name="method") public SVGAnimatedEnumeration getMethod()
Corresponds to attribute ‘method’ on the given ‘textPath’ element.
Value: The attribute ‘method’ of the given ‘textPath’ element.@DOMNameAttribute(name="spacing") public SVGAnimatedEnumeration getSpacing()
Corresponds to attribute ‘spacing’ on the given ‘textPath’ element.
Value: The attribute ‘spacing’ of the given ‘textPath’ element.