AddAttributeValue
AddAttributeValue(string)
引用属性值并将其添加到 html 文件中。
public void AddAttributeValue(string value)
范围 | 类型 | 描述 |
---|---|---|
value | String | 属性值字符串。 |
也可以看看
- interface IHtmlGenerator
- 命名空间 Aspose.Slides.Export
- 部件 Aspose.Slides
AddAttributeValue(char[])
引用属性值并将其添加到 html 文件中。
public void AddAttributeValue(char[] value)
范围 | 类型 | 描述 |
---|---|---|
value | Char[] | 属性值字符串。 |
也可以看看
- interface IHtmlGenerator
- 命名空间 Aspose.Slides.Export
- 部件 Aspose.Slides
AddAttributeValue(char[], int, int)
引用属性值并将其添加到 html 文件中。
public void AddAttributeValue(char[] value, int startIndex, int length)
范围 | 类型 | 描述 |
---|---|---|
value | Char[] | 属性值字符串。 |
startIndex | Int32 | 要添加的部分的起始索引。 |
length | Int32 | 要添加的部分的长度。 |
也可以看看
- interface IHtmlGenerator
- 命名空间 Aspose.Slides.Export
- 部件 Aspose.Slides