|
LibreOffice
LibreOffice 4.4 SDK API Reference
|
These properties describe the printing of the content of a text document. More...
import"PrintSettings.idl";
Public Attributes | |
| boolean | PrintGraphics |
| determines if graphic objects are printed More... | |
| boolean | PrintTables |
| determines if text tables are printed. More... | |
| boolean | PrintDrawings |
| determines if shapes are printed. More... | |
| boolean | PrintLeftPages |
| determines if left pages are printed. More... | |
| boolean | PrintRightPages |
| determines if right pages are printed. More... | |
| boolean | PrintControls |
| determines if control shapes are printed. More... | |
| boolean | PrintReversed |
| determines if the pages are printed in the reverse order, starting with the last page. More... | |
| boolean | PrintPaperFromSetup |
| specifies if the printer paper tray selection of the system printer is used. More... | |
| string | PrintFaxName |
| contains the name of the fax. More... | |
| com::sun::star::text::NotePrintMode | PrintAnnotationMode |
| determines how notes are printed. More... | |
| boolean | PrintProspect |
| determines if prospect printing is used. More... | |
| boolean | PrintPageBackground |
| determines if the background color / background graphic of pages is printed. More... | |
| boolean | PrintBlackFonts |
| determines if characters are always printed in black. More... | |
| boolean | PrintEmptyPages |
| determines if automatically inserted empty pages are printed. More... | |
These properties describe the printing of the content of a text document.
|
property |
determines how notes are printed.
|
property |
determines if characters are always printed in black.
|
property |
determines if control shapes are printed.
|
property |
determines if shapes are printed.
|
optionalproperty |
determines if automatically inserted empty pages are printed.
|
property |
contains the name of the fax.
|
property |
determines if graphic objects are printed
|
property |
determines if left pages are printed.
|
property |
determines if the background color / background graphic of pages is printed.
|
property |
specifies if the printer paper tray selection of the system printer is used.
If com::sun::star::view::PrintSettings::PaperFromSetup is FALSE, then the paper tray selection of the page styles is used.
|
property |
determines if prospect printing is used.
|
property |
determines if the pages are printed in the reverse order, starting with the last page.
|
property |
determines if right pages are printed.
|
property |
determines if text tables are printed.
1.8.10