File tree Expand file tree Collapse file tree 22 files changed +129
-1
lines changed
aspose.html.dom.attributes
domnamedpropertygetterattribute
domnointerfaceobjectattribute
aspose.html.dom.svg/svgexception
aspose.html.dom/domexception
aspose.html.rendering.doc/docdevice
aspose.html.rendering.image/imagedevice
aspose.html.rendering.pdf/pdfdevice
aspose.html.rendering.xps/xpsdevice
aspose.html.rendering/device-2
aspose.html.toolkit.markdown.syntax.text/textlinecollection
aspose.html.toolkit.markdown.syntax
aspose.html/platformexception Expand file tree Collapse file tree 22 files changed +129
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ public sealed class DOMConstructorAttribute : Attribute
2222| --- | --- |
2323| [DOMConstructorAttribute](domconstructorattribute /)() | The default constructor . |
2424
25+ ## Properties
26+
27+ | Name | Description |
28+ | --- | --- |
29+ | virtual [TypeId](../../system /attribute /typeid /) { get; } | |
30+
2531### See Also
2632
2733* namespace [Aspose .Html .Dom .Attributes ](.. / .. / aspose .html .dom .attributes / )
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ public sealed class DOMNameAttribute : Attribute
2828| Name | Description |
2929| --- | --- |
3030| [Name](../../aspose .html .dom .attributes /domnameattribute /name /) { get; } | Gets the DOM name . |
31+ | virtual [TypeId ](.. / .. / system / attribute / typeid / ) { get ; } | |
3132
3233### See Also
3334
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ public sealed class DOMNamedPropertyGetterAttribute : Attribute
2222| --- | --- |
2323| [DOMNamedPropertyGetterAttribute](domnamedpropertygetterattribute /)() | The default constructor . |
2424
25+ ## Properties
26+
27+ | Name | Description |
28+ | --- | --- |
29+ | virtual [TypeId](../../system /attribute /typeid /) { get; } | |
30+
2531### See Also
2632
2733* namespace [Aspose .Html .Dom .Attributes ](.. / .. / aspose .html .dom .attributes / )
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ public sealed class DOMNoInterfaceObjectAttribute : Attribute
2222| --- | --- |
2323| [DOMNoInterfaceObjectAttribute](domnointerfaceobjectattribute /)() | The default constructor . |
2424
25+ ## Properties
26+
27+ | Name | Description |
28+ | --- | --- |
29+ | virtual [TypeId](../../system /attribute /typeid /) { get; } | |
30+
2531### See Also
2632
2733* namespace [Aspose .Html .Dom .Attributes ](.. / .. / aspose .html .dom .attributes / )
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ public sealed class DOMNullableAttribute : Attribute
2222| --- | --- |
2323| [DOMNullableAttribute](domnullableattribute /)() | The default constructor . |
2424
25+ ## Properties
26+
27+ | Name | Description |
28+ | --- | --- |
29+ | virtual [TypeId](../../system /attribute /typeid /) { get; } | |
30+
2531### See Also
2632
2733* namespace [Aspose .Html .Dom .Attributes ](.. / .. / aspose .html .dom .attributes / )
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ public sealed class DOMObjectAttribute : Attribute
2222| --- | --- |
2323| [DOMObjectAttribute](domobjectattribute /)() | The default constructor . |
2424
25+ ## Properties
26+
27+ | Name | Description |
28+ | --- | --- |
29+ | virtual [TypeId](../../system /attribute /typeid /) { get; } | |
30+
2531### See Also
2632
2733* namespace [Aspose .Html .Dom .Attributes ](.. / .. / aspose .html .dom .attributes / )
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ public sealed class DOMTreatNullAsAttribute : Attribute
2828| Name | Description |
2929| --- | --- |
3030| [Type](../../aspose .html .dom .attributes /domtreatnullasattribute /type /) { get; set; } | Gets or sets value the type . |
31+ | virtual [TypeId ](.. / .. / system / attribute / typeid / ) { get ; } | |
3132| [Value ](.. / .. / aspose .html .dom .attributes / domtreatnullasattribute / value / ) { get ; set ; } | Gets or sets the value . |
3233
3334### See Also
Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ public class SVGException : PlatformException
2727| Name | Description |
2828| --- | --- |
2929| [Code](../../aspose .html .dom .svg /svgexception /code /) { get; } | A code identifying the reason why the requested operation could not be performed . The value of this member will be one of the constants in the SVGException code group . |
30+ | virtual [Data ](.. / .. / system / exception / data / ) { get ; } | |
31+ | virtual [HelpLink ](.. / .. / system / exception / helplink / ) { get ; set ; } | |
32+ | [HResult ](.. / .. / system / exception / hresult / ) { get ; set ; } | |
33+ | [InnerException ](.. / .. / system / exception / innerexception / ) { get ; } | |
34+ | virtual [Message ](.. / .. / system / exception / message / ) { get ; } | |
35+ | virtual [Source ](.. / .. / system / exception / source / ) { get ; set ; } | |
36+ | virtual [StackTrace ](.. / .. / system / exception / stacktrace / ) { get ; } | |
37+ | [TargetSite ](.. / .. / system / exception / targetsite / ) { get ; } | |
3038
3139## Public Members
3240## Fields
Original file line number Diff line number Diff line change @@ -28,8 +28,15 @@ public class DOMException : PlatformException
2828| Name | Description |
2929| --- | --- |
3030| [Code](../../aspose .html .dom /domexception /code /) { get; } | Returns a value that contains one of the error code constants , or 0 if none match . This field is used for historical reasons . |
31+ | virtual [Data ](.. / .. / system / exception / data / ) { get ; } | |
32+ | virtual [HelpLink ](.. / .. / system / exception / helplink / ) { get ; set ; } | |
33+ | [HResult ](.. / .. / system / exception / hresult / ) { get ; set ; } | |
34+ | [InnerException ](.. / .. / system / exception / innerexception / ) { get ; } | |
3135| override [Message ](.. / .. / aspose .html .dom / domexception / message / ) { get ; } | Returns a string representing a message or description associated with the given error name . |
3236| [Name ](.. / .. / aspose .html .dom / domexception / name / ) { get ; } | Returns a string that contains one of the strings associated with an error name . |
37+ | virtual [Source ](.. / .. / system / exception / source / ) { get ; set ; } | |
38+ | virtual [StackTrace ](.. / .. / system / exception / stacktrace / ) { get ; } | |
39+ | [TargetSite ](.. / .. / system / exception / targetsite / ) { get ; } | |
3340
3441## Public Members
3542## Fields
Original file line number Diff line number Diff line change @@ -26,7 +26,13 @@ public class ContentHeaders : WebHeaderCollection
2626
2727| Name | Description |
2828| --- | --- |
29+ | override [AllKeys](../../system .net /webheadercollection /allkeys /) { get; } | |
2930| [ContentType ](.. / .. / aspose .html .net / contentheaders / contenttype / ) { get ; } | Gets the Content - Type header value . |
31+ | override [Count ](.. / .. / system .net / webheadercollection / count / ) { get ; } | |
32+ | [Item ](.. / .. / system .net / webheadercollection / item / ) { get ; set ; } | (3 indexers ) |
33+ | [Item ](.. / .. / system .collections .specialized / namevaluecollection / item / ) { get ; } | |
34+ | override [Keys ](.. / .. / system .net / webheadercollection / keys / ) { get ; } | |
35+ | [IsReadOnly ](.. / .. / system .collections .specialized / nameobjectcollectionbase / isreadonly / ) { get ; } | |
3036
3137### See Also
3238
You can’t perform that action at this time.
0 commit comments