public static class DiagramMasterSetting.Builder extends Object
DiagramMasterSetting builder.| Constructor and Description |
|---|
Builder()
Instantiates a new Builder object.
|
| Modifier and Type | Method and Description |
|---|---|
DiagramMasterSetting |
build()
Returns the object that was created and configured along with the builder.
|
DiagramMasterSetting.Builder |
setMasterPath(String value)
Sets a master path that should be used to render documents.
|
DiagramMasterSetting.Builder |
setUseSourceMaster(boolean value)
Gets a flag that indicates whether source master path should be used.
|
public final DiagramMasterSetting build()
public DiagramMasterSetting.Builder setMasterPath(String value)
Sets a master path that should be used to render documents. MasterPath is needed to create a result document from a set of default shapes.
value - Path of master document if it is set, otherwise default master pathpublic DiagramMasterSetting.Builder setUseSourceMaster(boolean value)
Gets a flag that indicates whether source master path should be used.
value - true if source master path should be shown, otherwise falseCopyright © 2024. All rights reserved.