AddAttributeValue
AddAttributeValue(string)
引用属性值并将其添加到 HTML 文件中。
public void AddAttributeValue(string value)
参数 | 类型 | 描述 |
---|---|---|
value | String | 属性值字符串。 |
参见
- class HtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
AddAttributeValue(char[])
引用属性值并将其添加到 HTML 文件中。
public void AddAttributeValue(char[] value)
参数 | 类型 | 描述 |
---|---|---|
value | Char[] | 属性值字符串。 |
参见
- class HtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides
AddAttributeValue(char[], int, int)
引用属性值并将其添加到 HTML 文件中。
public void AddAttributeValue(char[] value, int startIndex, int length)
参数 | 类型 | 描述 |
---|---|---|
value | Char[] | 属性值字符串。 |
startIndex | Int32 | 要添加部分的起始索引。 |
length | Int32 | 要添加部分的长度。 |
参见
- class HtmlGenerator
- namespace Aspose.Slides.Export
- assembly Aspose.Slides