@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MarginStyle extends Object implements Serializable, Cloneable, StructuredPojo
The display options for margins around the outside edge of sheets.
Constructor and Description |
---|
MarginStyle() |
Modifier and Type | Method and Description |
---|---|
MarginStyle |
clone() |
boolean |
equals(Object obj) |
Boolean |
getShow()
This Boolean value controls whether to display sheet margins.
|
int |
hashCode() |
Boolean |
isShow()
This Boolean value controls whether to display sheet margins.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setShow(Boolean show)
This Boolean value controls whether to display sheet margins.
|
String |
toString()
Returns a string representation of this object.
|
MarginStyle |
withShow(Boolean show)
This Boolean value controls whether to display sheet margins.
|
public void setShow(Boolean show)
This Boolean value controls whether to display sheet margins.
show
- This Boolean value controls whether to display sheet margins.public Boolean getShow()
This Boolean value controls whether to display sheet margins.
public MarginStyle withShow(Boolean show)
This Boolean value controls whether to display sheet margins.
show
- This Boolean value controls whether to display sheet margins.public Boolean isShow()
This Boolean value controls whether to display sheet margins.
public String toString()
toString
in class Object
Object.toString()
public MarginStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.