Interface CfnTheme.MarginStyleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTheme.MarginStyleProperty.Jsii$Proxy
- Enclosing class:
- CfnTheme
@Stability(Stable)
public static interface CfnTheme.MarginStyleProperty
extends software.amazon.jsii.JsiiSerializable
The display options for margins around the outside edge of sheets.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
MarginStyleProperty marginStyleProperty = MarginStyleProperty.builder()
.show(false)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTheme.MarginStylePropertystatic final classAn implementation forCfnTheme.MarginStyleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getShow
This Boolean value controls whether to display sheet margins. -
builder
-