Package | Description |
---|---|
org.apache.poi.sl.draw.geom | |
org.apache.poi.xslf.draw.geom |
Modifier and Type | Class and Description |
---|---|
class |
AdjustPoint
Java class for CT_AdjPoint2D complex type.
|
Modifier and Type | Method and Description |
---|---|
AdjustPointIf |
ConnectionSiteIf.getPos()
Gets the value of the pos property.
|
AdjustPointIf |
MoveToCommandIf.getPt() |
AdjustPointIf |
LineToCommandIf.getPt() |
AdjustPointIf |
QuadToCommandIf.getPt1() |
AdjustPointIf |
CurveToCommandIf.getPt1() |
AdjustPointIf |
QuadToCommandIf.getPt2() |
AdjustPointIf |
CurveToCommandIf.getPt2() |
AdjustPointIf |
CurveToCommandIf.getPt3() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionSite.setPos(AdjustPointIf pos) |
void |
ConnectionSiteIf.setPos(AdjustPointIf pos)
Sets the value of the pos property.
|
void |
MoveToCommand.setPt(AdjustPointIf pt) |
void |
LineToCommand.setPt(AdjustPointIf pt) |
void |
MoveToCommandIf.setPt(AdjustPointIf pt) |
void |
LineToCommandIf.setPt(AdjustPointIf pt) |
void |
CurveToCommand.setPt1(AdjustPointIf pt1) |
void |
QuadToCommandIf.setPt1(AdjustPointIf pt1) |
void |
QuadToCommand.setPt1(AdjustPointIf pt1) |
void |
CurveToCommandIf.setPt1(AdjustPointIf pt1) |
void |
CurveToCommand.setPt2(AdjustPointIf pt2) |
void |
QuadToCommandIf.setPt2(AdjustPointIf pt2) |
void |
QuadToCommand.setPt2(AdjustPointIf pt2) |
void |
CurveToCommandIf.setPt2(AdjustPointIf pt2) |
void |
CurveToCommand.setPt3(AdjustPointIf pt3) |
void |
CurveToCommandIf.setPt3(AdjustPointIf pt3) |
Modifier and Type | Class and Description |
---|---|
class |
XSLFAdjustPoint
Wrapper / delegate for XmlBeans custom geometry
|
Modifier and Type | Method and Description |
---|---|
AdjustPointIf |
XSLFConnectionSite.getPos() |
AdjustPointIf |
XSLFLineTo.getPt() |
AdjustPointIf |
XSLFQuadTo.getPt1() |
AdjustPointIf |
XSLFQuadTo.getPt2() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFConnectionSite.setPos(AdjustPointIf pos) |
void |
XSLFLineTo.setPt(AdjustPointIf pt) |
void |
XSLFMoveTo.setPt(AdjustPointIf pt) |
void |
XSLFQuadTo.setPt1(AdjustPointIf pt1) |
void |
XSLFCurveTo.setPt1(AdjustPointIf pt1) |
void |
XSLFQuadTo.setPt2(AdjustPointIf pt2) |
void |
XSLFCurveTo.setPt2(AdjustPointIf pt2) |
void |
XSLFCurveTo.setPt3(AdjustPointIf pt3) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.