DrawingGuide
DrawingGuide class
Represents an adjustable drawing guide.
getColor
| Name | Description |
|---|---|
| getColor () | Returns or sets color of the drawing guide. Read/write java.awt.Color. |
Returns: Color
getOrientation
| Name | Description |
|---|---|
| getOrientation () | Returns or sets orientation of the drawing guide. Read/write Orientation. |
Returns: byte
getPosition
| Name | Description |
|---|---|
| getPosition () | Returns or sets position of the drawing guide in points from the top, left corner of the slide. Read/write float. The typical value range is from zero to slide height for a horizontal guide and from zero to slide width for a vertical guide. |
Returns: float
setColor
| Name | Description |
|---|---|
| setColor (Color) | Returns or sets color of the drawing guide. Read/write java.awt.Color. |
Returns: void
setOrientation
| Name | Description |
|---|---|
| setOrientation (byte) | Returns or sets orientation of the drawing guide. Read/write Orientation. |
Returns: void
setPosition
| Name | Description |
|---|---|
| setPosition (float) | Returns or sets position of the drawing guide in points from the top, left corner of the slide. Read/write float. The typical value range is from zero to slide height for a horizontal guide and from zero to slide width for a vertical guide. |
Returns: void