public class BorderStyleAltObject extends Object
Constructor and Description |
---|
BorderStyleAltObject(float hCornerRadius, float vCornerRadius, float width) |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets an encoded border style string.
|
float[] |
getDashPattern()
Gets a array of numbers specifying the pattern of dashes and gaps of the border.
|
float |
getHCornerRadius()
Gets a float value specifying the horizontal corner radius of the rectangular border.
|
float |
getVCornerRadius()
Gets a float value specifying the vertical corner radius of the rectangular border.
|
float |
getWidth()
Gets a float value specifying the width of the rectangular border.
|
BorderStyleAltObject |
setContent(String content)
Sets an encoded border style string.
|
BorderStyleAltObject |
setDashPattern(float[] dashPattern)
Sets a array of numbers specifying the pattern of dashes and gaps of the border.
|
public BorderStyleAltObject(float hCornerRadius, float vCornerRadius, float width)
public float getHCornerRadius()
public float getVCornerRadius()
public float getWidth()
public float[] getDashPattern()
public BorderStyleAltObject setDashPattern(float[] dashPattern)
public String getContent()
public BorderStyleAltObject setContent(String content)
Copyright © 1998–2020 iText Group NV. All rights reserved.