To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71592
Issue #|71592
Summary|IsPrintBooklet not present in document settings
Component|scripting
Version|OOo 2.0.4
Platform|All
URL|
OS/Version|Windows, all
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|kr
Reported by|davelegge
------- Additional comments from [EMAIL PROTECTED] Wed Nov 15 14:38:11 -0800
2006 -------
The properties relating to booklet printing are not present in
service :: com :: sun :: star :: document :: settings
when invoked from Basic:
running the following code results in
"Basic runtime error.
Property of method not found."
on line
vObj.IsPrintBooklet = False
dim vObj as object
vObj = ThisComponent.createInstance("com.sun.star.text.DocumentSettings")
'vObj = ThisComponent.createInstance("com.sun.star.document.Settings") returns
the same object
vObj.ApplyUserData = False
vObj.IsPrintBooklet = False
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]