'Declaration Public Function New( _
ByVal textThe text.As Vintasoft.Imaging.Drawing.DrawingString, _
ByVal textPropertiesThe text properties.As OpenXmlTextProperties _
)
public OpenXmlTextInfo(
Vintasoft.Imaging.Drawing.DrawingString text,
OpenXmlTextProperties textProperties
)
public: OpenXmlTextInfo(
Vintasoft.Imaging.Drawing.DrawingString* text,
OpenXmlTextProperties* textProperties
)
public:
OpenXmlTextInfo(
Vintasoft.Imaging.Drawing.DrawingString^ text,
OpenXmlTextProperties^ textProperties
)
Parameters
- text
- The text.
- textProperties
- The text properties.