Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
LineFormat |
LineFormat.alignment(LineFormat.AlignmentEnum alignment) |
LineFormat |
LineFormat.beginArrowHead(ArrowHeadProperties beginArrowHead) |
LineFormat |
LineFormat.capStyle(LineFormat.CapStyleEnum capStyle) |
LineFormat |
LineFormat.customDashPattern(CustomDashPattern customDashPattern) |
LineFormat |
LineFormat.dashStyle(LineFormat.DashStyleEnum dashStyle) |
LineFormat |
LineFormat.endArrowHead(ArrowHeadProperties endArrowHead) |
LineFormat |
LineFormat.fillFormat(FillFormat fillFormat) |
LineFormat |
TableCell.getBorderBottom()
Line properties set for the bottom border of the cell.
|
LineFormat |
TableCell.getBorderDiagonalDown()
Line properties set for the diagonal down border of the cell.
|
LineFormat |
TableCell.getBorderDiagonalUp()
Line properties set for the diagonal up border of the cell.
|
LineFormat |
TableCell.getBorderLeft()
Line properties set for the left border of the cell.
|
LineFormat |
TableCell.getBorderRight()
Line properties set for the right border of the cell.
|
LineFormat |
TableCell.getBorderTop()
Line properties set for the top border of the cell.
|
LineFormat |
PlotArea.getLineFormat()
Get or sets the line format.
|
LineFormat |
Axis.getLineFormat()
Get or sets the line format.
|
LineFormat |
Series.getLineFormat()
Line properties set for the series.
|
LineFormat |
SeriesMarker.getLineFormat()
Get or sets the line format.
|
LineFormat |
DataPoint.getLineFormat()
Gets or sets the line format.
|
LineFormat |
Legend.getLineFormat()
Get or sets the line format.
|
LineFormat |
ChartWall.getLineFormat()
Get or sets the line format.
|
LineFormat |
ChartCategory.getLineFormat()
Get or sets the line format.
|
LineFormat |
ChartLinesFormat.getLineFormat()
Get or sets the line format.
|
LineFormat |
Portion.getLineFormat()
Line format.
|
LineFormat |
PortionFormat.getLineFormat()
Line format.
|
LineFormat |
ShapeBase.getLineFormat()
Gets or sets the line format.
|
LineFormat |
Portion.getUnderlineLineFormat()
Underline line format.
|
LineFormat |
PortionFormat.getUnderlineLineFormat()
Underline line format.
|
LineFormat |
LineFormat.joinStyle(LineFormat.JoinStyleEnum joinStyle) |
LineFormat |
LineFormat.miterLimit(Double miterLimit) |
LineFormat |
LineFormat.sketchType(LineFormat.SketchTypeEnum sketchType) |
LineFormat |
LineFormat.style(LineFormat.StyleEnum style) |
LineFormat |
LineFormat.width(Double width) |
Modifier and Type | Method and Description |
---|---|
List<LineFormat> |
FormatScheme.getLineStyles()
Line style.
|
Modifier and Type | Method and Description |
---|---|
FormatScheme |
FormatScheme.addLineStylesItem(LineFormat lineStylesItem) |
TableCell |
TableCell.borderBottom(LineFormat borderBottom) |
TableCell |
TableCell.borderDiagonalDown(LineFormat borderDiagonalDown) |
TableCell |
TableCell.borderDiagonalUp(LineFormat borderDiagonalUp) |
TableCell |
TableCell.borderLeft(LineFormat borderLeft) |
TableCell |
TableCell.borderRight(LineFormat borderRight) |
TableCell |
TableCell.borderTop(LineFormat borderTop) |
PlotArea |
PlotArea.lineFormat(LineFormat lineFormat) |
Axis |
Axis.lineFormat(LineFormat lineFormat) |
Series |
Series.lineFormat(LineFormat lineFormat) |
SeriesMarker |
SeriesMarker.lineFormat(LineFormat lineFormat) |
DataPoint |
DataPoint.lineFormat(LineFormat lineFormat) |
Legend |
Legend.lineFormat(LineFormat lineFormat) |
ChartWall |
ChartWall.lineFormat(LineFormat lineFormat) |
ChartCategory |
ChartCategory.lineFormat(LineFormat lineFormat) |
ChartLinesFormat |
ChartLinesFormat.lineFormat(LineFormat lineFormat) |
Portion |
Portion.lineFormat(LineFormat lineFormat) |
PortionFormat |
PortionFormat.lineFormat(LineFormat lineFormat) |
ShapeBase |
ShapeBase.lineFormat(LineFormat lineFormat) |
void |
TableCell.setBorderBottom(LineFormat borderBottom) |
void |
TableCell.setBorderDiagonalDown(LineFormat borderDiagonalDown) |
void |
TableCell.setBorderDiagonalUp(LineFormat borderDiagonalUp) |
void |
TableCell.setBorderLeft(LineFormat borderLeft) |
void |
TableCell.setBorderRight(LineFormat borderRight) |
void |
TableCell.setBorderTop(LineFormat borderTop) |
void |
PlotArea.setLineFormat(LineFormat lineFormat) |
void |
Axis.setLineFormat(LineFormat lineFormat) |
void |
Series.setLineFormat(LineFormat lineFormat) |
void |
SeriesMarker.setLineFormat(LineFormat lineFormat) |
void |
DataPoint.setLineFormat(LineFormat lineFormat) |
void |
Legend.setLineFormat(LineFormat lineFormat) |
void |
ChartWall.setLineFormat(LineFormat lineFormat) |
void |
ChartCategory.setLineFormat(LineFormat lineFormat) |
void |
ChartLinesFormat.setLineFormat(LineFormat lineFormat) |
void |
Portion.setLineFormat(LineFormat lineFormat) |
void |
PortionFormat.setLineFormat(LineFormat lineFormat) |
void |
ShapeBase.setLineFormat(LineFormat lineFormat) |
void |
Portion.setUnderlineLineFormat(LineFormat underlineLineFormat) |
void |
PortionFormat.setUnderlineLineFormat(LineFormat underlineLineFormat) |
Portion |
Portion.underlineLineFormat(LineFormat underlineLineFormat) |
PortionFormat |
PortionFormat.underlineLineFormat(LineFormat underlineLineFormat) |
Modifier and Type | Method and Description |
---|---|
FormatScheme |
FormatScheme.lineStyles(List<LineFormat> lineStyles) |
void |
FormatScheme.setLineStyles(List<LineFormat> lineStyles) |
Copyright © 2022. All rights reserved.