| Package | Description |
|---|---|
| com.groupdocs.editor.htmlcss.css.datatypes |
The com.groupdocs.editor.htmlcss.css.datatypes namespace provides classes that represent CSS data types.
|
| com.groupdocs.editor.htmlcss.css.properties | |
| com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
| Modifier and Type | Field and Description |
|---|---|
static Length |
Length.FiftyPercents
50%
|
static Length |
Length.OneHundredPercents
100%
|
static Length |
Length.UnitlessZero
Unitless integer zero - default value, the same as default parameterless
constructor
|
static Length |
Length.ZeroPercents
0%
|
| Modifier and Type | Method and Description |
|---|---|
Length |
Length.Clone()
Deprecated.
|
Length |
Length.deepClone()
Returns a full copy of this Length instance
|
static Length |
Length.fromValueWithUnit(com.groupdocs.editor.htmlcss.css.datatypes.CssNumber value,
int unit)
Deprecated.
|
static Length |
Length.fromValueWithUnit(double value,
int unit)
Creates and returns an instance of Length type by specified double number
and unit
|
static Length |
Length.fromValueWithUnit(float value,
int unit)
Creates and returns an instance of Length type by specified float number
and unit
|
static Length |
Length.fromValueWithUnit(int value,
int unit)
Creates and returns an instance of Length type by specified integer
number and unit
|
static Length |
Length.op_Multiply(Length multiplicand,
int factor)
Multiplicates the given Length onto the given factor
|
static Length |
Length.parse(String input)
Parses and returns specified string as a Length value, including its
numeric value and unit name, or throws an exception on failure
|
| Modifier and Type | Method and Description |
|---|---|
void |
Length.CloneTo(Length that)
Deprecated.
|
boolean |
Length.equals(Length other)
Defines whether this value is equal to the other specified length
|
static boolean |
Length.equals(Length obj1,
Length obj2)
Deprecated.
|
static boolean |
Length.op_Equality(Length left,
Length right)
Checks the equality of the two given lengths.
|
static boolean |
Length.op_Inequality(Length left,
Length right)
Checks the inequality of the two given lengths.
|
static Length |
Length.op_Multiply(Length multiplicand,
int factor)
Multiplicates the given Length onto the given factor
|
static boolean |
Length.tryParse(String input,
Length[] result)
Tries to parse a specified string as a Length value, including its
numeric value and unit name
|
| Modifier and Type | Method and Description |
|---|---|
Length |
FontSize.getLength()
A length value, if this font-size was defined with it, or throwed exception otherwise
|
| Modifier and Type | Method and Description |
|---|---|
static FontSize |
FontSize.fromLength(Length length)
Creates a font-size from specified length
|
| Modifier and Type | Method and Description |
|---|---|
Length |
XmlFormatOptions.getLeftIndent()
Allows to specify an offset for the left indent of every new line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlFormatOptions.setLeftIndent(Length value)
Allows to specify an offset for the left indent of every new line.
|
Copyright © 2024. All rights reserved.