|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.formatting.FormatBase
com.spire.doc.formatting.AttrCollection
com.spire.doc.formatting.WordAttrCollection
com.spire.doc.formatting.Borders
public class Borders
Constructor Summary
Borders()
Initializes a new instance of the
Method Summary
BordersdeepClone()
Clones self.
BordergetBottom()
Gets bottom border.
BordergetDiagonalDown()
Gets diagonal border from top left corner to bottom right corner.
BordergetDiagonalUp()
Gets diagonal border from bottom left corner to top right corner.
BordergetHorizontal()
Gets horizontal border.
BordergetLeft()
Gets left border.
booleangetNoBorder()
Gets whether the border exists
BordergetRight()
Gets right border.
BordergetTop()
Gets top border.
BordergetVertical()
Gets vertical border.
booleanisDefault()
Gets a value indicating whether format is default.
voidisShadow(boolean value)
Sets whether borders are drawn with shadow.
voidsetBorderType(BorderStyle value)
Sets style of the borders.
voidsetColor(java.awt.Color value)
Sets color of the borders.
voidsetLineWidth(float value)
Sets width of the borders.
voidsetOnlyLineWidth(float lineWidth)
voidsetSpace(float value)
Sets width of space to maintain between borders and text within borders.
Methods inherited from class com.spire.doc.formatting.FormatBase
clearBackground, clearFormatting, hasKey
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
Constructor Detail
Borders
public Borders()
Method Detail
getNoBorder
public boolean getNoBorder()
getLeft
public Border getLeft()
getTop
public Border getTop()
getRight
public Border getRight()
getBottom
public Border getBottom()
getVertical
public Border getVertical()
getHorizontal
public Border getHorizontal()
getDiagonalDown
public Border getDiagonalDown()
getDiagonalUp
public Border getDiagonalUp()
setColor
public void setColor(java.awt.Color value)
setLineWidth
public void setLineWidth(float value)
setOnlyLineWidth
public void setOnlyLineWidth(float lineWidth)
setBorderType
public void setBorderType(BorderStyle value)
setSpace
public void setSpace(float value)
isShadow
public void isShadow(boolean value)
isDefault
public boolean isDefault()
isDefault in class FormatBase
deepClone
public Borders deepClone()
deepClone in class AttrCollection
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD