Package org.apache.poi.xssf.usermodel
Class XSSFBorderFormatting
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFBorderFormatting
-
- All Implemented Interfaces:
BorderFormatting
public class XSSFBorderFormatting extends Object implements BorderFormatting
XSSF high level representation for Border Formatting component of Conditional Formatting settings
-
-
Method Summary
-
-
-
Method Detail
-
getBorderBottom
public BorderStyle getBorderBottom()
- Specified by:
getBorderBottomin interfaceBorderFormatting
-
getBorderDiagonal
public BorderStyle getBorderDiagonal()
- Specified by:
getBorderDiagonalin interfaceBorderFormatting
-
getBorderLeft
public BorderStyle getBorderLeft()
- Specified by:
getBorderLeftin interfaceBorderFormatting
-
getBorderRight
public BorderStyle getBorderRight()
- Specified by:
getBorderRightin interfaceBorderFormatting
-
getBorderTop
public BorderStyle getBorderTop()
- Specified by:
getBorderTopin interfaceBorderFormatting
-
getBottomBorderColorColor
public XSSFColor getBottomBorderColorColor()
- Specified by:
getBottomBorderColorColorin interfaceBorderFormatting
-
getBottomBorderColor
public short getBottomBorderColor()
- Specified by:
getBottomBorderColorin interfaceBorderFormatting
-
getDiagonalBorderColorColor
public XSSFColor getDiagonalBorderColorColor()
- Specified by:
getDiagonalBorderColorColorin interfaceBorderFormatting
-
getDiagonalBorderColor
public short getDiagonalBorderColor()
- Specified by:
getDiagonalBorderColorin interfaceBorderFormatting
-
getLeftBorderColorColor
public XSSFColor getLeftBorderColorColor()
- Specified by:
getLeftBorderColorColorin interfaceBorderFormatting
-
getLeftBorderColor
public short getLeftBorderColor()
- Specified by:
getLeftBorderColorin interfaceBorderFormatting
-
getRightBorderColorColor
public XSSFColor getRightBorderColorColor()
- Specified by:
getRightBorderColorColorin interfaceBorderFormatting
-
getRightBorderColor
public short getRightBorderColor()
- Specified by:
getRightBorderColorin interfaceBorderFormatting
-
getTopBorderColorColor
public XSSFColor getTopBorderColorColor()
- Specified by:
getTopBorderColorColorin interfaceBorderFormatting
-
getTopBorderColor
public short getTopBorderColor()
- Specified by:
getTopBorderColorin interfaceBorderFormatting
-
setBorderBottom
public void setBorderBottom(BorderStyle border)
- Specified by:
setBorderBottomin interfaceBorderFormatting
-
setBorderDiagonal
public void setBorderDiagonal(BorderStyle border)
- Specified by:
setBorderDiagonalin interfaceBorderFormatting
-
setBorderLeft
public void setBorderLeft(BorderStyle border)
- Specified by:
setBorderLeftin interfaceBorderFormatting
-
setBorderRight
public void setBorderRight(BorderStyle border)
- Specified by:
setBorderRightin interfaceBorderFormatting
-
setBorderTop
public void setBorderTop(BorderStyle border)
- Specified by:
setBorderTopin interfaceBorderFormatting
-
setBottomBorderColor
public void setBottomBorderColor(Color color)
- Specified by:
setBottomBorderColorin interfaceBorderFormatting
-
setBottomBorderColor
public void setBottomBorderColor(short color)
- Specified by:
setBottomBorderColorin interfaceBorderFormatting
-
setBottomBorderColor
public void setBottomBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
-
setDiagonalBorderColor
public void setDiagonalBorderColor(Color color)
- Specified by:
setDiagonalBorderColorin interfaceBorderFormatting
-
setDiagonalBorderColor
public void setDiagonalBorderColor(short color)
- Specified by:
setDiagonalBorderColorin interfaceBorderFormatting
-
setDiagonalBorderColor
public void setDiagonalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
-
setLeftBorderColor
public void setLeftBorderColor(Color color)
- Specified by:
setLeftBorderColorin interfaceBorderFormatting
-
setLeftBorderColor
public void setLeftBorderColor(short color)
- Specified by:
setLeftBorderColorin interfaceBorderFormatting
-
setLeftBorderColor
public void setLeftBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
-
setRightBorderColor
public void setRightBorderColor(Color color)
- Specified by:
setRightBorderColorin interfaceBorderFormatting
-
setRightBorderColor
public void setRightBorderColor(short color)
- Specified by:
setRightBorderColorin interfaceBorderFormatting
-
setRightBorderColor
public void setRightBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
-
setTopBorderColor
public void setTopBorderColor(Color color)
- Specified by:
setTopBorderColorin interfaceBorderFormatting
-
setTopBorderColor
public void setTopBorderColor(short color)
- Specified by:
setTopBorderColorin interfaceBorderFormatting
-
setTopBorderColor
public void setTopBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
-
getBorderVertical
public BorderStyle getBorderVertical()
- Specified by:
getBorderVerticalin interfaceBorderFormatting
-
getBorderHorizontal
public BorderStyle getBorderHorizontal()
- Specified by:
getBorderHorizontalin interfaceBorderFormatting
-
getVerticalBorderColor
public short getVerticalBorderColor()
- Specified by:
getVerticalBorderColorin interfaceBorderFormatting
-
getVerticalBorderColorColor
public XSSFColor getVerticalBorderColorColor()
- Specified by:
getVerticalBorderColorColorin interfaceBorderFormatting
-
getHorizontalBorderColor
public short getHorizontalBorderColor()
- Specified by:
getHorizontalBorderColorin interfaceBorderFormatting
-
getHorizontalBorderColorColor
public XSSFColor getHorizontalBorderColorColor()
- Specified by:
getHorizontalBorderColorColorin interfaceBorderFormatting
-
setBorderHorizontal
public void setBorderHorizontal(BorderStyle border)
- Specified by:
setBorderHorizontalin interfaceBorderFormatting
-
setBorderVertical
public void setBorderVertical(BorderStyle border)
- Specified by:
setBorderVerticalin interfaceBorderFormatting
-
setHorizontalBorderColor
public void setHorizontalBorderColor(short color)
- Specified by:
setHorizontalBorderColorin interfaceBorderFormatting
-
setHorizontalBorderColor
public void setHorizontalBorderColor(Color color)
- Specified by:
setHorizontalBorderColorin interfaceBorderFormatting
-
setHorizontalBorderColor
public void setHorizontalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
-
setVerticalBorderColor
public void setVerticalBorderColor(short color)
- Specified by:
setVerticalBorderColorin interfaceBorderFormatting
-
setVerticalBorderColor
public void setVerticalBorderColor(Color color)
- Specified by:
setVerticalBorderColorin interfaceBorderFormatting
-
setVerticalBorderColor
public void setVerticalBorderColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
-
-