Exit Full View

Fizzy / docs / ref / Page.md

Page

Fields

NameTypeComments
PaperSizeDimension2
DocumentSizeDimension2
ScaleDimension2
Shape.fooShapeReplace 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

NameParametersReturn TypeComments
findShapename : StringShapeFinds any shape with the given name (the whole tree is searched, not just the top-level shapes).

Sections

none