DrawingGuide

DrawingGuide class

Represents an adjustable drawing guide.

getColor

NameDescription
getColor ()Returns or sets color of the drawing guide. Read/write java.awt.Color.

Returns: Color


getOrientation

NameDescription
getOrientation ()Returns or sets orientation of the drawing guide. Read/write Orientation.

Returns: byte


getPosition

NameDescription
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

NameDescription
setColor (Color)Returns or sets color of the drawing guide. Read/write java.awt.Color.

Returns: void


setOrientation

NameDescription
setOrientation (byte)Returns or sets orientation of the drawing guide. Read/write Orientation.

Returns: void


setPosition

NameDescription
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