Skip to content

Commit 549ab3c

Browse files
Fixed < and >
1 parent 54d3df5 commit 549ab3c

File tree

39 files changed

+73
-73
lines changed

39 files changed

+73
-73
lines changed

english/net/aspose.html.accessibility/webaccessibility/_index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ public class WebAccessibility
3131
| Name | Description |
3232
| --- | --- |
3333
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator)() | An AccessibilityValidator instance is created according to all the rules with a ValidationBuilder.All object. |
34-
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_5)(*Action&amp;lt;ValidationBuilder&amp;gt;*) | Create AccessibilityValidator instance |
35-
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_6)(*IList&amp;lt;IRule&amp;gt;*) | An AccessibilityValidator instance is created for a specific rules list. |
34+
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_5)(*Action&lt;ValidationBuilder&gt;*) | Create AccessibilityValidator instance |
35+
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_6)(*IList&lt;IRule&gt;*) | An AccessibilityValidator instance is created for a specific rules list. |
3636
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_1)(*[IRule](../irule/)*) | An AccessibilityValidator instance is created for a specific rule, given the full parameters of the ValidationBuilder.All object. |
3737
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_4)(*[ValidationBuilder](../validationbuilder/)*) | Create AccessibilityValidator instance |
38-
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_8)(*IList&amp;lt;IRule&amp;gt;, Action&amp;lt;ValidationBuilder&amp;gt;*) | An AccessibilityValidator instance is created for a specific rules list. |
39-
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_7)(*IList&amp;lt;IRule&amp;gt;, [ValidationBuilder](../validationbuilder/)*) | An AccessibilityValidator instance is created for a specific rules list. |
40-
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_3)(*[IRule](../irule/), Action&amp;lt;ValidationBuilder&amp;gt;*) | Create AccessibilityValidator instance |
38+
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_8)(*IList&lt;IRule&gt;, Action&lt;ValidationBuilder&gt;*) | An AccessibilityValidator instance is created for a specific rules list. |
39+
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_7)(*IList&lt;IRule&gt;, [ValidationBuilder](../validationbuilder/)*) | An AccessibilityValidator instance is created for a specific rules list. |
40+
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_3)(*[IRule](../irule/), Action&lt;ValidationBuilder&gt;*) | Create AccessibilityValidator instance |
4141
| [CreateValidator](../../aspose.html.accessibility/webaccessibility/createvalidator/#createvalidator_2)(*[IRule](../irule/), [ValidationBuilder](../validationbuilder/)*) | Create AccessibilityValidator instance |
4242

4343
### See Also

english/net/aspose.html.dom.canvas/icanvasrenderingcontext2d/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface ICanvasRenderingContext2D : ICanvasDrawingStyles, ICanvasPathMe
3333

3434
| Name | Description |
3535
| --- | --- |
36-
| [AddHitRegion](../../aspose.html.dom.canvas/icanvasrenderingcontext2d/addhitregion/)(*Dictionary&amp;lt;stringstring&amp;gt;*) | |
36+
| [AddHitRegion](../../aspose.html.dom.canvas/icanvasrenderingcontext2d/addhitregion/)(*Dictionary&lt;stringstring&gt;*) | |
3737
| [BeginPath](../../aspose.html.dom.canvas/icanvasrenderingcontext2d/beginpath/)() | Starts a new path by emptying the list of sub-paths. Call this method when you want to create a new path. |
3838
| [ClearHitRegions](../../aspose.html.dom.canvas/icanvasrenderingcontext2d/clearhitregions/)() | Removes all hit regions from the canvas. |
3939
| [ClearRect](../../aspose.html.dom.canvas/icanvasrenderingcontext2d/clearrect/)(*doubledoubledoubledouble*) | Sets all pixels in the rectangle defined by starting point (x, y) and size (width, height) to transparent black, erasing any previously drawn content. |

english/net/aspose.html.dom.css/cssvaluelist/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class CSSValueList : CSSValue, ICSSValueList, IEnumerable<CSSValue>
2222
| --- | --- |
2323
| [CSSValueList](cssvaluelist/#constructor)() | Initializes a new instance of the `CSSValueList` class. |
2424
| [CSSValueList](cssvaluelist/#constructor_1)(*params CSSValue[]*) | Initializes a new instance of the `CSSValueList` class. |
25-
| [CSSValueList](cssvaluelist/#constructor_2)(*IEnumerable&amp;lt;CSSValue&amp;gt;*) | Initializes a new instance of the `CSSValueList` class. |
25+
| [CSSValueList](cssvaluelist/#constructor_2)(*IEnumerable&lt;CSSValue&gt;*) | Initializes a new instance of the `CSSValueList` class. |
2626

2727
## Properties
2828

english/net/aspose.html.dom.events/customevent/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class CustomEvent : Event
1919
| Name | Description |
2020
| --- | --- |
2121
| [CustomEvent](customevent/#constructor)(*string*) | Initializes a new instance of the `CustomEvent` class. |
22-
| [CustomEvent](customevent/#constructor_1)(*stringIDictionary&amp;lt;stringobject&amp;gt;*) | |
22+
| [CustomEvent](customevent/#constructor_1)(*stringIDictionary&lt;stringobject&gt;*) | |
2323

2424
## Properties
2525

english/net/aspose.html.dom.events/errorevent/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class ErrorEvent : Event
1919
| Name | Description |
2020
| --- | --- |
2121
| [ErrorEvent](errorevent/#constructor_1)(*Exception*) | Initializes a new instance of the `ErrorEvent` class. |
22-
| [ErrorEvent](errorevent/#constructor)(*IDictionary&amp;lt;stringobject&amp;gt;*) | |
22+
| [ErrorEvent](errorevent/#constructor)(*IDictionary&lt;stringobject&gt;*) | |
2323

2424
## Properties
2525

english/net/aspose.html.dom.events/event/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class Event : DOMObject
1919
| Name | Description |
2020
| --- | --- |
2121
| [Event](event/#constructor)(*string*) | Initializes a new instance of the `Event` class. |
22-
| [Event](event/#constructor_1)(*stringIDictionary&amp;lt;stringobject&amp;gt;*) | |
22+
| [Event](event/#constructor_1)(*stringIDictionary&lt;stringobject&gt;*) | |
2323

2424
## Properties
2525

english/net/aspose.html.dom.events/focusevent/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class FocusEvent : UIEvent
1919
| Name | Description |
2020
| --- | --- |
2121
| [FocusEvent](focusevent/#constructor)(*string*) | Initializes a new instance of the `FocusEvent` class. |
22-
| [FocusEvent](focusevent/#constructor_1)(*stringIDictionary&amp;lt;stringobject&amp;gt;*) | |
22+
| [FocusEvent](focusevent/#constructor_1)(*stringIDictionary&lt;stringobject&gt;*) | |
2323

2424
## Properties
2525

english/net/aspose.html.dom.events/inputevent/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class InputEvent : UIEvent
1919
| Name | Description |
2020
| --- | --- |
2121
| [InputEvent](inputevent/#constructor)(*string*) | Initializes a new instance of the `InputEvent` class. |
22-
| [InputEvent](inputevent/#constructor_1)(*stringIDictionary&amp;lt;stringobject&amp;gt;*) | |
22+
| [InputEvent](inputevent/#constructor_1)(*stringIDictionary&lt;stringobject&gt;*) | |
2323

2424
## Properties
2525

english/net/aspose.html.dom.events/keyboardevent/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class KeyboardEvent : UIEvent
1919
| Name | Description |
2020
| --- | --- |
2121
| [KeyboardEvent](keyboardevent/#constructor)(*string*) | Initializes a new instance of the `KeyboardEvent` class. |
22-
| [KeyboardEvent](keyboardevent/#constructor_1)(*stringIDictionary&amp;lt;stringobject&amp;gt;*) | |
22+
| [KeyboardEvent](keyboardevent/#constructor_1)(*stringIDictionary&lt;stringobject&gt;*) | |
2323

2424
## Properties
2525

english/net/aspose.html.dom.events/mouseevent/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class MouseEvent : UIEvent
1919
| Name | Description |
2020
| --- | --- |
2121
| [MouseEvent](mouseevent/#constructor)(*string*) | Initializes a new instance of the `MouseEvent` class. |
22-
| [MouseEvent](mouseevent/#constructor_1)(*stringIDictionary&amp;lt;stringobject&amp;gt;*) | |
22+
| [MouseEvent](mouseevent/#constructor_1)(*stringIDictionary&lt;stringobject&gt;*) | |
2323

2424
## Properties
2525

english/net/aspose.html.dom.events/uievent/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class UIEvent : Event
1919
| Name | Description |
2020
| --- | --- |
2121
| [UIEvent](uievent/#constructor)(*string*) | Initializes a new instance of the `UIEvent` class. |
22-
| [UIEvent](uievent/#constructor_1)(*stringIDictionary&amp;lt;stringobject&amp;gt;*) | |
22+
| [UIEvent](uievent/#constructor_1)(*stringIDictionary&lt;stringobject&gt;*) | |
2323

2424
## Properties
2525

english/net/aspose.html.dom.events/wheelevent/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class WheelEvent : MouseEvent
1919
| Name | Description |
2020
| --- | --- |
2121
| [WheelEvent](wheelevent/#constructor)(*string*) | Initializes a new instance of the `WheelEvent` class. |
22-
| [WheelEvent](wheelevent/#constructor_1)(*stringIDictionary&amp;lt;stringobject&amp;gt;*) | |
22+
| [WheelEvent](wheelevent/#constructor_1)(*stringIDictionary&lt;stringobject&gt;*) | |
2323

2424
## Properties
2525

english/net/aspose.html.dom.mutations/mutationobserverinit/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ public class MutationObserverInit : IDictionary<string, object>
4141

4242
| Name | Description |
4343
| --- | --- |
44-
| [Add](../../aspose.html.dom.mutations/mutationobserverinit/add/#add)(*KeyValuePair&amp;lt;stringobject&amp;gt;*) | |
44+
| [Add](../../aspose.html.dom.mutations/mutationobserverinit/add/#add)(*KeyValuePair&lt;stringobject&gt;*) | |
4545
| [Add](../../aspose.html.dom.mutations/mutationobserverinit/add/#add_1)(*stringobject*) | Adds the specified key and value to the `MutationObserverInit` collection. |
4646
| [Clear](../../aspose.html.dom.mutations/mutationobserverinit/clear/)() | Removes all the elements from the `MutationObserverInit` collection. |
47-
| [Contains](../../aspose.html.dom.mutations/mutationobserverinit/contains/)(*KeyValuePair&amp;lt;stringobject&amp;gt;*) | |
47+
| [Contains](../../aspose.html.dom.mutations/mutationobserverinit/contains/)(*KeyValuePair&lt;stringobject&gt;*) | |
4848
| [ContainsKey](../../aspose.html.dom.mutations/mutationobserverinit/containskey/)(*string*) | Determines whether the `MutationObserverInit` collection contain a specified key. |
49-
| [CopyTo](../../aspose.html.dom.mutations/mutationobserverinit/copyto/)(*KeyValuePair&amp;lt;stringobject&amp;gt;[], int*) | |
49+
| [CopyTo](../../aspose.html.dom.mutations/mutationobserverinit/copyto/)(*KeyValuePair&lt;stringobject&gt;[], int*) | |
5050
| [GetEnumerator](../../aspose.html.dom.mutations/mutationobserverinit/getenumerator/)() | Returns an enumerator that iterates through the `MutationObserverInit` elements. |
51-
| [Remove](../../aspose.html.dom.mutations/mutationobserverinit/remove/#remove)(*KeyValuePair&amp;lt;stringobject&amp;gt;*) | |
51+
| [Remove](../../aspose.html.dom.mutations/mutationobserverinit/remove/#remove)(*KeyValuePair&lt;stringobject&gt;*) | |
5252
| [Remove](../../aspose.html.dom.mutations/mutationobserverinit/remove/#remove_1)(*string*) | Removes the value associated with the specified key from the `MutationObserverInit` collection. |
5353
| [TryGetValue](../../aspose.html.dom.mutations/mutationobserverinit/trygetvalue/)(*stringout object*) | Gets the value associated with the specified key. |
5454

english/net/aspose.html.dom.svg.collections/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ url: /net/aspose.html.dom.svg.collections/
1212

1313
| Class | Description |
1414
| --- | --- |
15-
| [SVGListBase&lt;T&gt;](./svglistbase-1/) | This interface defines a base list of all SVG lists. |
15+
| [SVGListBase<T>](./svglistbase-1/) | This interface defines a base list of all SVG lists. |

english/net/aspose.html.dom.svg.datatypes/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The namespace provides access to all SVG specific data types.
2525
| [SVGAnimatedRect](./svganimatedrect/) | Used for attributes of type SVGRect which can be animated. |
2626
| [SVGAnimatedString](./svganimatedstring/) | Used for attributes of type DOMString which can be animated. |
2727
| [SVGAnimatedTransformList](./svganimatedtransformlist/) | Used for the various attributes which specify a set of transformations, such as the ‘transform’ attribute which is available for many of SVG's elements, and which can be animated. |
28-
| [SVGAnimatedValue&lt;T&gt;](./svganimatedvalue-1/) | Used for attributes of types which can be animated. |
28+
| [SVGAnimatedValue<T>](./svganimatedvalue-1/) | Used for attributes of types which can be animated. |
2929
| [SVGLength](./svglength/) | The SVGLength interface corresponds to the length basic data type. An SVGLength object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown, as described below. |
3030
| [SVGLengthList](./svglengthlist/) | This interface defines a list of SVGLength objects. |
3131
| [SVGMatrix](./svgmatrix/) | Many of SVG's graphics operations utilize 2x3 matrices of the form: [a c e] [b d f] which, when expanded into a 3x3 matrix for the purposes of matrix arithmetic, become: [a c e] [b d f] [0 0 1] |

english/net/aspose.html.dom.svg.datatypes/svgstringlist/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class SVGStringList : SVGListBase<string>
1919
| Name | Description |
2020
| --- | --- |
2121
| [SVGStringList](svgstringlist/#constructor)() | Initializes a new instance of the `SVGStringList` class. |
22-
| [SVGStringList](svgstringlist/#constructor_1)(*IEnumerable&amp;lt;string&amp;gt;*) | Initializes a new instance of the `SVGStringList` class. |
22+
| [SVGStringList](svgstringlist/#constructor_1)(*IEnumerable&lt;string&gt;*) | Initializes a new instance of the `SVGStringList` class. |
2323

2424
## Properties
2525

english/net/aspose.html.dom.svg.datatypes/svgtransformlist/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class SVGTransformList : SVGListBase<SVGTransform>
1919
| Name | Description |
2020
| --- | --- |
2121
| [SVGTransformList](svgtransformlist/#constructor)() | Initializes a new instance of the `SVGTransformList` class. |
22-
| [SVGTransformList](svgtransformlist/#constructor_1)(*IEnumerable&amp;lt;SVGTransform&amp;gt;*) | Initializes a new instance of the `SVGTransformList` class. |
22+
| [SVGTransformList](svgtransformlist/#constructor_1)(*IEnumerable&lt;SVGTransform&gt;*) | Initializes a new instance of the `SVGTransformList` class. |
2323

2424
## Properties
2525

english/net/aspose.html.dom.svg.paths/svgpathseglist/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class SVGPathSegList : SVGListBase<SVGPathSeg>
1919
| Name | Description |
2020
| --- | --- |
2121
| [SVGPathSegList](svgpathseglist/#constructor)() | Initializes a new instance of the `SVGPathSegList` class. |
22-
| [SVGPathSegList](svgpathseglist/#constructor_1)(*IEnumerable&amp;lt;SVGPathSeg&amp;gt;*) | Initializes a new instance of the `SVGPathSegList` class. |
22+
| [SVGPathSegList](svgpathseglist/#constructor_1)(*IEnumerable&lt;SVGPathSeg&gt;*) | Initializes a new instance of the `SVGPathSegList` class. |
2323

2424
## Properties
2525

english/net/aspose.html.drawing/angle/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ public sealed class Angle : Dimension
3333
| override [ToString](../../aspose.html.drawing/dimension/tostring/)() | Returns a String that represents this instance. |
3434
| [operator +](../../aspose.html.drawing/angle/op_addition/) | |
3535
| [operator ==](../../aspose.html.drawing/angle/op_equality/) | |
36-
| [operator &gt;](../../aspose.html.drawing/angle/op_greaterthan/) | |
37-
| [operator &gt;=](../../aspose.html.drawing/angle/op_greaterthanorequal/) | |
36+
| [operator >](../../aspose.html.drawing/angle/op_greaterthan/) | |
37+
| [operator >=](../../aspose.html.drawing/angle/op_greaterthanorequal/) | |
3838
| [operator !=](../../aspose.html.drawing/angle/op_inequality/) | |
39-
| [operator &lt;](../../aspose.html.drawing/angle/op_lessthan/) | |
40-
| [operator &lt;=](../../aspose.html.drawing/angle/op_lessthanorequal/) | |
39+
| [operator <](../../aspose.html.drawing/angle/op_lessthan/) | |
40+
| [operator <=](../../aspose.html.drawing/angle/op_lessthanorequal/) | |
4141
| [operator -](../../aspose.html.drawing/angle/op_subtraction/) | |
4242

4343
### See Also

english/net/aspose.html.drawing/frequency/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ public sealed class Frequency : Dimension
3333
| override [ToString](../../aspose.html.drawing/dimension/tostring/)() | Returns a String that represents this instance. |
3434
| [operator +](../../aspose.html.drawing/frequency/op_addition/) | |
3535
| [operator ==](../../aspose.html.drawing/frequency/op_equality/) | |
36-
| [operator &gt;](../../aspose.html.drawing/frequency/op_greaterthan/) | |
37-
| [operator &gt;=](../../aspose.html.drawing/frequency/op_greaterthanorequal/) | |
36+
| [operator >](../../aspose.html.drawing/frequency/op_greaterthan/) | |
37+
| [operator >=](../../aspose.html.drawing/frequency/op_greaterthanorequal/) | |
3838
| [operator !=](../../aspose.html.drawing/frequency/op_inequality/) | |
39-
| [operator &lt;](../../aspose.html.drawing/frequency/op_lessthan/) | |
40-
| [operator &lt;=](../../aspose.html.drawing/frequency/op_lessthanorequal/) | |
39+
| [operator <](../../aspose.html.drawing/frequency/op_lessthan/) | |
40+
| [operator <=](../../aspose.html.drawing/frequency/op_lessthanorequal/) | |
4141
| [operator -](../../aspose.html.drawing/frequency/op_subtraction/) | |
4242

4343
### See Also

english/net/aspose.html.drawing/length/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ public sealed class Length : Dimension
3333
| override [ToString](../../aspose.html.drawing/dimension/tostring/)() | Returns a String that represents this instance. |
3434
| [operator +](../../aspose.html.drawing/length/op_addition/) | |
3535
| [operator ==](../../aspose.html.drawing/length/op_equality/) | |
36-
| [operator &gt;](../../aspose.html.drawing/length/op_greaterthan/) | |
37-
| [operator &gt;=](../../aspose.html.drawing/length/op_greaterthanorequal/) | |
36+
| [operator >](../../aspose.html.drawing/length/op_greaterthan/) | |
37+
| [operator >=](../../aspose.html.drawing/length/op_greaterthanorequal/) | |
3838
| [operator !=](../../aspose.html.drawing/length/op_inequality/) | |
39-
| [operator &lt;](../../aspose.html.drawing/length/op_lessthan/) | |
40-
| [operator &lt;=](../../aspose.html.drawing/length/op_lessthanorequal/) | |
39+
| [operator <](../../aspose.html.drawing/length/op_lessthan/) | |
40+
| [operator <=](../../aspose.html.drawing/length/op_lessthanorequal/) | |
4141
| [operator -](../../aspose.html.drawing/length/op_subtraction/) | |
4242

4343
### See Also

english/net/aspose.html.drawing/resolution/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ public sealed class Resolution : Dimension
3333
| override [ToString](../../aspose.html.drawing/dimension/tostring/)() | Returns a String that represents this instance. |
3434
| [operator +](../../aspose.html.drawing/resolution/op_addition/) | |
3535
| [operator ==](../../aspose.html.drawing/resolution/op_equality/) | |
36-
| [operator &gt;](../../aspose.html.drawing/resolution/op_greaterthan/) | |
37-
| [operator &gt;=](../../aspose.html.drawing/resolution/op_greaterthanorequal/) | |
36+
| [operator >](../../aspose.html.drawing/resolution/op_greaterthan/) | |
37+
| [operator >=](../../aspose.html.drawing/resolution/op_greaterthanorequal/) | |
3838
| [implicit operator](../../aspose.html.drawing/resolution/op_implicit/#op_implicit) | (2 operators) |
3939
| [operator !=](../../aspose.html.drawing/resolution/op_inequality/) | |
40-
| [operator &lt;](../../aspose.html.drawing/resolution/op_lessthan/) | |
41-
| [operator &lt;=](../../aspose.html.drawing/resolution/op_lessthanorequal/) | |
40+
| [operator <](../../aspose.html.drawing/resolution/op_lessthan/) | |
41+
| [operator <=](../../aspose.html.drawing/resolution/op_lessthanorequal/) | |
4242
| [operator -](../../aspose.html.drawing/resolution/op_subtraction/) | |
4343

4444
### See Also

english/net/aspose.html.drawing/time/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ public sealed class Time : Dimension
3333
| override [ToString](../../aspose.html.drawing/dimension/tostring/)() | Returns a String that represents this instance. |
3434
| [operator +](../../aspose.html.drawing/time/op_addition/) | |
3535
| [operator ==](../../aspose.html.drawing/time/op_equality/) | |
36-
| [operator &gt;](../../aspose.html.drawing/time/op_greaterthan/) | |
37-
| [operator &gt;=](../../aspose.html.drawing/time/op_greaterthanorequal/) | |
36+
| [operator >](../../aspose.html.drawing/time/op_greaterthan/) | |
37+
| [operator >=](../../aspose.html.drawing/time/op_greaterthanorequal/) | |
3838
| [operator !=](../../aspose.html.drawing/time/op_inequality/) | |
39-
| [operator &lt;](../../aspose.html.drawing/time/op_lessthan/) | |
40-
| [operator &lt;=](../../aspose.html.drawing/time/op_lessthanorequal/) | |
39+
| [operator <](../../aspose.html.drawing/time/op_lessthan/) | |
40+
| [operator <=](../../aspose.html.drawing/time/op_lessthanorequal/) | |
4141
| [operator -](../../aspose.html.drawing/time/op_subtraction/) | |
4242

4343
### See Also

0 commit comments

Comments
 (0)