public class DocBorders extends Object
| Constructor and Description | 
|---|
DocBorders()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
clone()  | 
String | 
getBorderColorBottom()  | 
String | 
getBorderColorLeft()  | 
String | 
getBorderColorRight()  | 
String | 
getBorderColorTop()  | 
int | 
getBorderWidthBottom()  | 
int | 
getBorderWidthLeft()  | 
int | 
getBorderWidthRight()  | 
int | 
getBorderWidthTop()  | 
int | 
getPaddingBottom()  | 
int | 
getPaddingLeft()  | 
int | 
getPaddingRight()  | 
int | 
getPaddingTop()  | 
void | 
setBorderColorBottom(String borderColorBottom)  | 
void | 
setBorderColorLeft(String borderColorLeft)  | 
void | 
setBorderColorRight(String borderColorRight)  | 
void | 
setBorderColorTop(String borderColorTop)  | 
void | 
setBorderWidthBottom(int borderWidthBottom)  | 
void | 
setBorderWidthLeft(int borderWidthLeft)  | 
void | 
setBorderWidthRight(int borderWidthRight)  | 
void | 
setBorderWidthTop(int borderWidthTop)  | 
void | 
setPaddingBottom(int paddingBottom)  | 
void | 
setPaddingLeft(int paddingLeft)  | 
void | 
setPaddingRight(int paddingRight)  | 
void | 
setPaddingTop(int paddingTop)  | 
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic int getBorderWidthBottom()
public void setBorderWidthBottom(int borderWidthBottom)
borderWidthBottom - the borderWidthBottom to setpublic int getBorderWidthLeft()
public void setBorderWidthLeft(int borderWidthLeft)
borderWidthLeft - the borderWidthLeft to setpublic int getBorderWidthRight()
public void setBorderWidthRight(int borderWidthRight)
borderWidthRight - the borderWidthRight to setpublic int getBorderWidthTop()
public void setBorderWidthTop(int borderWidthTop)
borderWidthTop - the borderWidthTop to setpublic String getBorderColorBottom()
public void setBorderColorBottom(String borderColorBottom)
borderColorBottom - the borderColorBottom to setpublic String getBorderColorLeft()
public void setBorderColorLeft(String borderColorLeft)
borderColorLeft - the borderColorLeft to setpublic String getBorderColorRight()
public void setBorderColorRight(String borderColorRight)
borderColorRight - the borderColorRight to setpublic String getBorderColorTop()
public void setBorderColorTop(String borderColorTop)
borderColorTop - the borderColorTop to setpublic int getPaddingBottom()
public void setPaddingBottom(int paddingBottom)
paddingBottom - the paddingBottom to setpublic int getPaddingLeft()
public void setPaddingLeft(int paddingLeft)
paddingLeft - the paddingLeft to setpublic int getPaddingRight()
public void setPaddingRight(int paddingRight)
paddingRight - the paddingRight to setpublic int getPaddingTop()
public void setPaddingTop(int paddingTop)
paddingTop - the paddingTop to setCopyright © 2022 Fugerit. All rights reserved.