Fizzy / docs / ref / Page.md
Page
Fields
Name | Type | Comments |
---|---|---|
PaperSize | Dimension2 | |
DocumentSize | Dimension2 | |
Scale | Dimension2 | |
Shape.foo | Shape | Replace foo with the name of the child shape. See note below. |
Shape.foo
Only finds top-level shapes.
To search for a shape where the name is only known at run-time, use findShape( name )
(see below).
Methods
Name | Parameters | Return Type | Comments |
---|---|---|---|
findShape | name : String | Shape | Finds any shape with the given name (the whole tree is searched, not just the top-level shapes). |
Sections
none