public class CommonSlideViewProperties extends Object
| Constructor and Description |
|---|
CommonSlideViewProperties() |
| Modifier and Type | Method and Description |
|---|---|
CommonSlideViewProperties |
addDrawingGuidesItem(DrawingGuide drawingGuidesItem) |
CommonSlideViewProperties |
drawingGuides(List<DrawingGuide> drawingGuides) |
boolean |
equals(Object o) |
List<DrawingGuide> |
getDrawingGuides()
Drawing guides
|
Integer |
getScale()
The view scaling ratio (percentage).
|
int |
hashCode() |
Boolean |
isVariableScale()
True if the view content should automatically scale to best fit the current window size.
|
CommonSlideViewProperties |
scale(Integer scale) |
void |
setDrawingGuides(List<DrawingGuide> drawingGuides) |
void |
setScale(Integer scale) |
void |
setVariableScale(Boolean variableScale) |
String |
toString() |
CommonSlideViewProperties |
variableScale(Boolean variableScale) |
public CommonSlideViewProperties scale(Integer scale)
public Integer getScale()
public void setScale(Integer scale)
public CommonSlideViewProperties variableScale(Boolean variableScale)
public Boolean isVariableScale()
public void setVariableScale(Boolean variableScale)
public CommonSlideViewProperties drawingGuides(List<DrawingGuide> drawingGuides)
public CommonSlideViewProperties addDrawingGuidesItem(DrawingGuide drawingGuidesItem)
public List<DrawingGuide> getDrawingGuides()
public void setDrawingGuides(List<DrawingGuide> drawingGuides)
Copyright © 2025. All rights reserved.