File: doc.txt

package info (click to toggle)
scribus 1.5.8%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 179,080 kB
  • sloc: cpp: 483,300; python: 65,124; xml: 14,334; ansic: 2,484; sh: 192; perl: 95; makefile: 79
file content (7 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
//verb, what, description, return, parameters
#file, page
get, PageCount, "Returns the number of pages in the document", int, void
get, DefaultPageSize, "Returns a tuple with the document's page dimensions measured in the document's current units. See UNIT_<type> constants and getPageMargins()", tuple, void
get, DefaultPageMargins, "Returns the document page margins as a (top left right bottom) tuple in the document's current units. See UNIT_<type> constants and getPageSize()", tuple, void
set, EditMode, "If an image or text frame is selected set Edit mode", bool, void
set, NormalMode, "Set Normal mode", bool, void