HtmlGenerator Class |
Namespace: Aspose.Slides.Export
The HtmlGenerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | NextSlideIndex |
Returns index of a slide, which will be rendered after the current slide or -1 if currently rendering last slide.
Read-only Int32.
|
![]() | PreviousSlideIndex |
Returns index of previously rendered slide or -1 if first slide is rendering.
Read-only Int32.
|
![]() | SlideImageSize |
Returns slide image size.
Read-only SizeF.
|
![]() | SlideImageSizeUnit |
Returns a unit in which slide image size is specified.
Read-only SvgCoordinateUnit.
|
![]() | SlideImageSizeUnitCode |
Returns a css code of unit in which slide image size is specified.
Read-only String.
|
![]() | SlideIndex |
Returns index of currently rendering slide.
Read-only Int32.
|
Name | Description | |
---|---|---|
![]() | AddAttributeValue(Char) |
Quotes attribute value and adds it to the html file.
|
![]() | AddAttributeValue(String) |
Quotes attribute value and adds it to the html file.
|
![]() | AddAttributeValue(Char, Int32, Int32) |
Quotes attribute value and adds it to the html file.
|
![]() | AddHtml(Char) |
Adds formatted HTML text.
|
![]() | AddHtml(String) |
Adds formatted HTML text.
|
![]() | AddHtml(Char, Int32, Int32) |
Adds formatted HTML text.
|
![]() | AddText(Char) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
|
![]() | AddText(String) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
|
![]() | AddText(Char, Int32, Int32) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |