GOffice.CanvasPath

g GObject.GInterface GObject.GInterface GOffice.StyledObject GOffice.StyledObject GObject.GInterface->GOffice.StyledObject GObject.Object GObject.Object GOffice.CanvasItem GOffice.CanvasItem GObject.Object->GOffice.CanvasItem GOffice.CanvasStyledItem GOffice.CanvasStyledItem GOffice.CanvasItem->GOffice.CanvasStyledItem GOffice.CanvasPath GOffice.CanvasPath GOffice.CanvasStyledItem->GOffice.CanvasPath GOffice.StyledObject->GOffice.CanvasStyledItem

Subclasses:None

Properties

Inherited:GOffice.CanvasStyledItem (2), GOffice.CanvasItem (2)
Name Type Flags Short Description
closed bool r/w The flag for closed path
fill-rule bool r/w Set GOffice.fill rule to winding or even/odd
path GOffice.Path r/w The path points
rotation float r/w The rotation around first point position
x float r/w The path first point x coordinate
y float r/w The path first point y coordinate

Fields

Inherited:GOffice.CanvasStyledItem (1), GObject.Object (1)
Name Type Access Description
base GOffice.CanvasStyledItem r  
closed bool r  
fill_rule bool r  
path GOffice.Path r  
priv object r  
rotation float r  
x float r  
y float r  

Class Details

class GOffice.CanvasPath(**kwargs)
Bases:GOffice.CanvasStyledItem
Abstract:No

Property Details

GOffice.CanvasPath.props.closed
Name:closed
Type:bool
Default Value:False
Flags:READABLE, WRITABLE

The flag for closed path

GOffice.CanvasPath.props.fill_rule
Name:fill-rule
Type:bool
Default Value:False
Flags:READABLE, WRITABLE

Set GOffice.fill rule to winding or even/odd

GOffice.CanvasPath.props.path
Name:path
Type:GOffice.Path
Default Value:None
Flags:READABLE, WRITABLE

The path points

GOffice.CanvasPath.props.rotation
Name:rotation
Type:float
Default Value:0.0
Flags:READABLE, WRITABLE

The rotation around first point position

GOffice.CanvasPath.props.x
Name:x
Type:float
Default Value:0.0
Flags:READABLE, WRITABLE

The path first point x coordinate

GOffice.CanvasPath.props.y
Name:y
Type:float
Default Value:0.0
Flags:READABLE, WRITABLE

The path first point y coordinate