public abstract class OfficeTextEffects extends Object
Represents effects that can be applied to a text watermark for an office document.
Modifier | Constructor and Description |
---|---|
protected |
OfficeTextEffects()
Initializes a new instance of the
OfficeTextEffects class. |
Modifier and Type | Method and Description |
---|---|
OfficeLineFormat |
getLineFormat()
Gets the line format settings.
|
void |
setLineFormat(OfficeLineFormat value)
Sets the line format settings.
|
protected OfficeTextEffects()
Initializes a new instance of the OfficeTextEffects
class.
public final OfficeLineFormat getLineFormat()
Gets the line format settings.
OfficeLineFormat
class, representing shape line format.public final void setLineFormat(OfficeLineFormat value)
Sets the line format settings.
value
- Instance of OfficeLineFormat
class, representing shape line format.Copyright © 2018. All rights reserved.