Hallo, I want to know if a document was prepared for label print.
To create the labels I use the label print dialog which creates a new document containing the label frames. In my extension I use the interface com.sun.star.text.DocumentSettings of the document's model and check the property "IsLabelDocument". The returned boolean is always false. The API says that this attribute is optional, so isn't it set when the label print document was created? best, Fabian
