Home
last modified time | relevance | path

Searched refs:xTableProps3 (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java313 XPropertySet xTableProps3 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable3); in testSetTable_AlignmentAndMarginToPage() local
314 xTableProps3.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.CENTER); in testSetTable_AlignmentAndMarginToPage()
315 xTableProps3.setPropertyValue("LeftMargin",2000); in testSetTable_AlignmentAndMarginToPage()
316 xTableProps3.setPropertyValue("RightMargin",3000); in testSetTable_AlignmentAndMarginToPage()
317 xTableProps3.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage()
318 xTableProps3.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage()
505 XPropertySet xTableProps3 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable3); in testSetTableShadow() local
529 xTableProps3.setPropertyValue("ShadowFormat",shadowFormat[2]); in testSetTableShadow()
618 XPropertySet xTableProps3 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable3); in testSetTableBackGraphic() local
620 xTableProps3.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic()
[all …]

Completed in 35 milliseconds