https://bz.apache.org/ooo/show_bug.cgi?id=126245

          Issue ID: 126245
        Issue Type: DEFECT
           Summary: XCell vertical alignment without effect
           Product: App Dev
           Version: 4.1.0
          Hardware: PC
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: major
          Priority: P5
         Component: api
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 84658
  --> https://bz.apache.org/ooo/attachment.cgi?id=84658&action=edit
Screenshot

The cell property "VertJustify" for XCell has no effect.

Example:
xCell = xSheet.getCellByPosition(col.colIndex, col.rowIndex);
xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xCell);
xPropertySet.setPropertyValue("VertJustify", CellVertJustify.CENTER);

The cell property of the generated sheet always has the vertical alignment
value "Standard".(see attachment)

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to