DocDevice.FillText
DocDevice.FillText method
在指定位置填充指定的文本字符串。
public override void FillText(string text, PointF pt)
范围 | 类型 | 描述 |
---|---|---|
text | String | 要填充的字符串。 |
pt | PointF | 指定文本坐标的点。 |
也可以看看
- class DocDevice
- 命名空间 Aspose.Html.Rendering.Doc
- 部件 Aspose.HTML
在指定位置填充指定的文本字符串。
public override void FillText(string text, PointF pt)
范围 | 类型 | 描述 |
---|---|---|
text | String | 要填充的字符串。 |
pt | PointF | 指定文本坐标的点。 |