ISVGTextPositioningElement interface

Provides attributes for text-related interfaces.

Members

The ISVGTextPositioningElement interface inherits from the IDispatch interface. ISVGTextPositioningElement also has these types of members:

  • Properties

Properties

The ISVGTextPositioningElement interface has these properties.

Property Access type Description

ISVGTextPositioningElement::dx

Read-only

Gets the ISVGTextPositioningElement::dx attribute on the given element.

ISVGTextPositioningElement::dy

Read-only

Gets the ISVGTextPositioningElement::dy attribute on the given element.

ISVGTextPositioningElement::rotate

Read/write

Gets or sets the supplemental character rotation about the current text position.

ISVGUseElement::x

Read/write

Gets or sets the x-coordinate value.

ISVGUseElement::y

Read/write

Gets or sets the y-coordinate value.

 

Remarks

The ISVGTextPositioningElement interface is inherited by text-related interfaces, such as ISVGTextElement and ISVGTSpanElement.

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch