public final class DrawingGuide extends java.lang.Object implements IDrawingGuide
Represents an adjustable drawing guide.
| Modifier and Type | Method and Description |
|---|---|
byte |
getOrientation()
Returns or sets orientation of the drawing guide.
|
float |
getPosition()
Returns or sets position of the drawing guide in points from the top, left corner of the slide.
|
void |
setOrientation(byte value)
Returns or sets orientation of the drawing guide.
|
void |
setPosition(float value)
Returns or sets position of the drawing guide in points from the top, left corner of the slide.
|
public final byte getOrientation()
Returns or sets orientation of the drawing guide.
Read/write Orientation.
getOrientation in interface IDrawingGuidepublic final void setOrientation(byte value)
Returns or sets orientation of the drawing guide.
Read/write Orientation.
setOrientation in interface IDrawingGuidepublic final float getPosition()
Returns or sets position of the drawing guide in points from the top, left corner of the slide. Read/write float.
getPosition in interface IDrawingGuidepublic final void setPosition(float value)
Returns or sets position of the drawing guide in points from the top, left corner of the slide. Read/write float.
setPosition in interface IDrawingGuideCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.