java.lang.Object
com.aspose.words.ShadowFormat
public class ShadowFormat
- extends java.lang.Object
Represents shadow formatting for an object.
To learn more, visit the https://docs.aspose.com/words/net/working-with-graphic-elements/Working with Graphic Elements documentation article.
|
Property Getters/Setters Summary |
int | getType() | |
void | setType(int value) | |
|
Gets or sets the specified ShadowType for ShadowFormat.
The value of the property is ShadowType integer constant. |
boolean | getVisible() | |
|
Returns true if the formatting applied to this instance is visible.
|
|
Method Summary |
void | clear() | |
|
Clears shadow format.
|
|
Property Getters/Setters Detail |
getType/setType | |
public int getType() / public void setType(int value)
|
-
Gets or sets the specified ShadowType for ShadowFormat.
The value of the property is ShadowType integer constant.
getVisible | |
public boolean getVisible()
|
-
Returns
true if the formatting applied to this instance is visible.
Unlike clear(), assigning false to Visible does not clear the formatting,
it only hides the shape effect.
clear | |
public void clear() |
-
Clears shadow format.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.