| Package | Description |
|---|---|
| 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 TextDecorationLineType |
TextDecorationLineType.LineThrough
Each line of text has a line through the middle.
|
static TextDecorationLineType |
TextDecorationLineType.None
Produces no text decoration.
|
static TextDecorationLineType |
TextDecorationLineType.Overline
Each line of text has a line above it.
|
static TextDecorationLineType |
TextDecorationLineType.Underline
Each line of text is underlined.
|
| Modifier and Type | Method and Description |
|---|---|
static TextDecorationLineType |
TextDecorationLineType.fromFlags(boolean isUnderline,
boolean isOverline,
boolean isLineThrough)
Creates and returns a
TextDecorationLineType instance with flags, defined by the specified parameters |
static TextDecorationLineType |
TextDecorationLineType.op_Addition(TextDecorationLineType first,
TextDecorationLineType second)
Combines (merges) two specified line types and produces new resultant line type, where flags are merged (union)
|
static TextDecorationLineType |
TextDecorationLineType.op_Division(TextDecorationLineType first,
TextDecorationLineType second)
Returns an intersection between first and second line types, where only those flags are enabled, which are enabled simultaneously in both operands.
|
static TextDecorationLineType |
TextDecorationLineType.op_Subtraction(TextDecorationLineType first,
TextDecorationLineType second)
Subtracts second specified line type from the first specified line type and produces new resultant line type, where are present only those flags from the first operand, which are not found in the second operand (difference)
|
static TextDecorationLineType |
TextDecorationLineType.to_TextDecorationLineType(byte octet)
Casts specific
byte (8-bit octet) to the corresponding TextDecorationLineType, throws exception if casting is invalid |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TextDecorationLineType.equals(TextDecorationLineType other)
Indicates whether this
TextDecorationLineType instance is equal to specified |
static boolean |
TextDecorationLineType.equals(TextDecorationLineType obj1,
TextDecorationLineType obj2)
Deprecated.
|
static TextDecorationLineType |
TextDecorationLineType.op_Addition(TextDecorationLineType first,
TextDecorationLineType second)
Combines (merges) two specified line types and produces new resultant line type, where flags are merged (union)
|
static TextDecorationLineType |
TextDecorationLineType.op_Division(TextDecorationLineType first,
TextDecorationLineType second)
Returns an intersection between first and second line types, where only those flags are enabled, which are enabled simultaneously in both operands.
|
static boolean |
TextDecorationLineType.op_Equality(TextDecorationLineType first,
TextDecorationLineType second)
Checks whether two "TextDecorationLineType" values are equal
|
static boolean |
TextDecorationLineType.op_Inequality(TextDecorationLineType first,
TextDecorationLineType second)
Checks whether two "TextDecorationLineType" values are not equal
|
static TextDecorationLineType |
TextDecorationLineType.op_Subtraction(TextDecorationLineType first,
TextDecorationLineType second)
Subtracts second specified line type from the first specified line type and produces new resultant line type, where are present only those flags from the first operand, which are not found in the second operand (difference)
|
static boolean |
TextDecorationLineType.tryParse(String input,
TextDecorationLineType[] output)
Tries to parse a specified string and return a valid
TextDecorationLineType instance |
| Modifier and Type | Method and Description |
|---|---|
TextDecorationLineType |
WebFont.getLine()
Sets a line or combination of lines, applied to the text
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFont.setLine(TextDecorationLineType value)
Sets a line or combination of lines, applied to the text
|
Copyright © 2026. All rights reserved.