INTEGRATION: CWS qwizardsbf2 (1.4.14); FILE MERGED
2005/01/25 13:27:51 tv 1.4.14.1: #i36645# correct handling of pre-printed elements Issue number: Submitted by: Reviewed by:
This commit is contained in:
parent
7c3f6f9828
commit
80ec3fe0a1
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ public class LetterDocument extends TextDocument {
|
|||
Helper.setUnoPropertyValue(xShape, "SizeType", new Short(SizeType.FIX));
|
||||
|
||||
Helper.setUnoPropertyValue(xFrame, "TextWrap", WrapTextMode.THROUGHT);
|
||||
Helper.setUnoPropertyValue(xFrame, "Opaque", Boolean.FALSE);
|
||||
Helper.setUnoPropertyValue(xFrame, "Opaque", Boolean.TRUE);
|
||||
Helper.setUnoPropertyValue(xFrame, "BackColor", new Integer(15790320));
|
||||
|
||||
BorderLine myBorder = new BorderLine();
|
||||
|
|
Loading…
Reference in a new issue