Uses of Class
org.odftoolkit.simple.style.Border

Packages that use Border
org.odftoolkit.simple.draw Provide high level methods to manipulate draw frame and text box. 
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
 

Uses of Border in org.odftoolkit.simple.draw
 

Methods in org.odftoolkit.simple.draw with parameters of type Border
 void FrameStyleHandler.setBorders(Border border, StyleTypeDefinitions.CellBordersType bordersType)
          Set the border style of this cell.
 

Uses of Border in org.odftoolkit.simple.style
 

Fields in org.odftoolkit.simple.style declared as Border
static Border Border.NONE
          A static variable to represent a border without any lines, which means no border at all.
 

Methods in org.odftoolkit.simple.style that return Border
protected  Border Border.changeLineMeasure(StyleTypeDefinitions.SupportedLinearMeasure newLineMeasure)
          Return a border which is same but with a different line measurement
 Border TableCellProperties.getBorder()
          Return the border setting for all four borders.
 Border GraphicProperties.getBorder()
          Return the border setting for all four borders.
 Border TableCellProperties.getBottomBorder()
          Return the border setting for the bottom border.
 Border GraphicProperties.getBottomBorder()
          Return the border setting for the bottom border.
 Border TableCellProperties.getDiagonalBlTr()
          Return the border setting for the diagonal from bottom left to top right.
 Border TableCellProperties.getDiagonalTlBr()
          Return the border setting for the diagonal from top left to bottom right.
 Border TableCellProperties.getLeftBorder()
          Return the border setting for the left border.
 Border GraphicProperties.getLeftBorder()
          Return the border setting for the left border.
 Border TableCellProperties.getRightBorder()
          Return the border setting for the right border.
 Border GraphicProperties.getRightBorder()
          Return the border setting for the right border.
 Border TableCellProperties.getTopBorder()
          Return the border setting for the top border.
 Border GraphicProperties.getTopBorder()
          Return the border setting for the top border.
 

Methods in org.odftoolkit.simple.style with parameters of type Border
 void TableCellProperties.setBorder(Border border)
          Set the border definition for all four borders.
 void GraphicProperties.setBorder(Border border)
          Set the border definition for all four borders.
 void TableCellProperties.setBorders(StyleTypeDefinitions.CellBordersType bordersType, Border border)
          Set the border style.
 void GraphicProperties.setBorders(StyleTypeDefinitions.CellBordersType bordersType, Border border)
          Set the border style.
 void TableCellProperties.setBottomBorder(Border border)
          Set the border definition for the bottom border.
 void GraphicProperties.setBottomBorder(Border border)
          Set the border definition for the bottom border.
 void TableCellProperties.setDiagonalBlTr(Border border)
          Set the border definition for the diagonal from bottom left to top right.
 void TableCellProperties.setDiagonalTlBr(Border border)
          Set the border definition for the diagonal from top left to bottom right.
 void TableCellProperties.setLeftBorder(Border border)
          Set the border definition for the left border.
 void GraphicProperties.setLeftBorder(Border border)
          Set the border definition for the left border.
 void TableCellProperties.setRightBorder(Border border)
          Set the border definition for the right border.
 void GraphicProperties.setRightBorder(Border border)
          Set the border definition for the right border.
 void TableCellProperties.setTopBorder(Border border)
          Set the border definition for the top border.
 void GraphicProperties.setTopBorder(Border border)
          Set the border definition for the top border.
 

Uses of Border in org.odftoolkit.simple.table
 

Methods in org.odftoolkit.simple.table that return Border
 Border CellStyleHandler.getBorder(StyleTypeDefinitions.CellBordersType type)
          Return the border setting for a specific border.
 Border Cell.getBorder(StyleTypeDefinitions.CellBordersType type)
          Return the border setting for a specific border.
 

Methods in org.odftoolkit.simple.table with parameters of type Border
 void CellStyleHandler.setBorders(Border border, StyleTypeDefinitions.CellBordersType bordersType)
          Set the border style of this cell.
 void Cell.setBorders(StyleTypeDefinitions.CellBordersType bordersType, Border border)
          Set the border style definitions for this cell.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.