|
Module Simantics/PageSettingsThis module is undocumented. This is a list of its definitions. getByName :: String -> PageDesc getOrientedHeight :: PageDesc -> Double getOrientedWidth :: PageDesc -> Double getPageDesc :: Resource -> <ReadGraph> PageDesc pageDesc :: Variable -> <ReadGraph> PageDesc serializePageDesc :: PageDesc -> String setGridSize :: Resource -> Double -> <WriteGraph> () setMarginsVisible :: Resource -> Boolean -> <WriteGraph> () setPageBordersVisible :: Resource -> Boolean -> <WriteGraph> () setPageDesc :: Resource -> String -> <WriteGraph> ()
Sets the specified diagram's page description to match the specified The format of the
Simantics versions 1.58.0 and later also support an optional
where
Examples:
setPageDescRes :: Resource -> PageDesc -> <WriteGraph> () |