public interface 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.
|
byte getOrientation()
Returns or sets orientation of the drawing guide.
Read/write Orientation.
void setOrientation(byte value)
Returns or sets orientation of the drawing guide.
Read/write Orientation.
float getPosition()
Returns or sets position of the drawing guide in points from the top, left corner of the slide. Read/write float.
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.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.