Skip to content

Commit f366d54

Browse files
Added protected properties treatment
1 parent 8590c7d commit f366d54

File tree

7 files changed

+2466
-2426
lines changed

7 files changed

+2466
-2426
lines changed

english/net/aspose.html.converters/converter/convertepub/_index.md

+1,459-1,459
Large diffs are not rendered by default.

english/net/aspose.html.converters/converter/convertsvg/_index.md

+967-967
Large diffs are not rendered by default.

english/net/aspose.html.rendering.doc/docdevice/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ public class DocDevice : Device<DocGraphicContext, DocRenderingOptions>
3232
| [GraphicContext](../../aspose.html.rendering/device-2/graphiccontext/) { get; } | |
3333
| [Options](../../aspose.html.rendering/device-2/options/) { get; } | |
3434

35+
## Properties
36+
37+
| Name | Description |
38+
| --- | --- |
39+
| virtual [Configuration](../../aspose.html.rendering/device-2/configuration/) { get; } | |
40+
| [OutputStream](../../aspose.html.rendering/device-2/outputstream/) { get; } | |
41+
| [StreamProvider](../../aspose.html.rendering/device-2/streamprovider/) { get; } | |
42+
3543
## Methods
3644

3745
| Name | Description |

english/net/aspose.html.rendering.image/imagedevice/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ public class ImageDevice : Device<ImageGraphicContext, ImageRenderingOptions>
3232
| [GraphicContext](../../aspose.html.rendering/device-2/graphiccontext/) { get; } | |
3333
| [Options](../../aspose.html.rendering/device-2/options/) { get; } | |
3434

35+
## Properties
36+
37+
| Name | Description |
38+
| --- | --- |
39+
| virtual [Configuration](../../aspose.html.rendering/device-2/configuration/) { get; } | |
40+
| [OutputStream](../../aspose.html.rendering/device-2/outputstream/) { get; } | |
41+
| [StreamProvider](../../aspose.html.rendering/device-2/streamprovider/) { get; } | |
42+
3543
## Methods
3644

3745
| Name | Description |

english/net/aspose.html.rendering.pdf/pdfdevice/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ public class PdfDevice : Device<PdfGraphicContext, PdfRenderingOptions>
3232
| [GraphicContext](../../aspose.html.rendering/device-2/graphiccontext/) { get; } | |
3333
| [Options](../../aspose.html.rendering/device-2/options/) { get; } | |
3434

35+
## Properties
36+
37+
| Name | Description |
38+
| --- | --- |
39+
| virtual [Configuration](../../aspose.html.rendering/device-2/configuration/) { get; } | |
40+
| [OutputStream](../../aspose.html.rendering/device-2/outputstream/) { get; } | |
41+
| [StreamProvider](../../aspose.html.rendering/device-2/streamprovider/) { get; } | |
42+
3543
## Methods
3644

3745
| Name | Description |

english/net/aspose.html.rendering.xps/xpsdevice/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ public class XpsDevice : Device<XpsGraphicContext, XpsRenderingOptions>
3232
| [GraphicContext](../../aspose.html.rendering/device-2/graphiccontext/) { get; } | |
3333
| [Options](../../aspose.html.rendering/device-2/options/) { get; } | |
3434

35+
## Properties
36+
37+
| Name | Description |
38+
| --- | --- |
39+
| virtual [Configuration](../../aspose.html.rendering/device-2/configuration/) { get; } | |
40+
| [OutputStream](../../aspose.html.rendering/device-2/outputstream/) { get; } | |
41+
| [StreamProvider](../../aspose.html.rendering/device-2/streamprovider/) { get; } | |
42+
3543
## Methods
3644

3745
| Name | Description |

english/net/aspose.html.rendering/device-2/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ public abstract class Device<TGraphicContext, TRenderingOptions> : Device, IDevi
2828
| [GraphicContext](../../aspose.html.rendering/device-2/graphiccontext/) { get; } | Gets the graphic context |
2929
| [Options](../../aspose.html.rendering/device-2/options/) { get; } | Gets rendering options. |
3030

31+
## Properties
32+
33+
| Name | Description |
34+
| --- | --- |
35+
| virtual [Configuration](../../aspose.html.rendering/device-2/configuration/) { get; } | Gets device configuration. |
36+
| [OutputStream](../../aspose.html.rendering/device-2/outputstream/) { get; } | Sets and gets the output stream. |
37+
| [StreamProvider](../../aspose.html.rendering/device-2/streamprovider/) { get; } | Gets the stream provider object. |
38+
3139
## Methods
3240

3341
| Name | Description |

0 commit comments

Comments
 (0)