Skip to content
Droidscript
Share
Explore
Droidscript v2

icon picker
1. Layouts

Droidscript offers four types of layout: Linear, Frame, Absolute and Card

Video

Loading…

Code

function OnStart(){

// create a layout
var layout = app.CreateLayout(type, options);
//add the layout to app
app.AddLayout(layout);
}
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.