Package org.apache.poi.xdgf.usermodel
Class XDGFConnection
java.lang.Object
org.apache.poi.xdgf.usermodel.XDGFConnection
Represents connections in a Visio diagram.
Note that just because something appears to be visually connected in a
document does not mean that the user actually connected the elements. It
turns out there are a lot of ways that a careless user can neglect to
properly make connections that will not be recorded in the diagram
in a machine readable way.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionXDGFConnection
(com.microsoft.schemas.office.visio.x2012.main.ConnectType connect, XDGFShape from, XDGFShape to) -
Method Summary
Modifier and TypeMethodDescriptionThe ToPart property identifies the part of a shape to which another shape is glued, such as its begin point or endpoint, one of its edges, or a connection point.
-
Field Details
-
visConnectFromError
public static final int visConnectFromError- See Also:
-
visFromNone
public static final int visFromNone- See Also:
-
visLeftEdge
public static final int visLeftEdge- See Also:
-
visCenterEdge
public static final int visCenterEdge- See Also:
-
visRightEdge
public static final int visRightEdge- See Also:
-
visBottomEdge
public static final int visBottomEdge- See Also:
-
visMiddleEdge
public static final int visMiddleEdge- See Also:
-
visTopEdge
public static final int visTopEdge- See Also:
-
visBeginX
public static final int visBeginX- See Also:
-
visBeginY
public static final int visBeginY- See Also:
-
visBegin
public static final int visBegin- See Also:
-
visEndX
public static final int visEndX- See Also:
-
visEndY
public static final int visEndY- See Also:
-
visEnd
public static final int visEnd- See Also:
-
visFromAngle
public static final int visFromAngle- See Also:
-
visFromPin
public static final int visFromPin- See Also:
-
visConnectToError
public static final int visConnectToError- See Also:
-
visToNone
public static final int visToNone- See Also:
-
visGuideX
public static final int visGuideX- See Also:
-
visGuideY
public static final int visGuideY- See Also:
-
visWholeShape
public static final int visWholeShape- See Also:
-
visGuideIntersect
public static final int visGuideIntersect- See Also:
-
visToAngle
public static final int visToAngle- See Also:
-
-
Constructor Details
-
XDGFConnection
-
-
Method Details
-
getFromShape
-
getFromCell
-
getFromCellName
-
getToShape
-
getToCellName
-
getFromPart
-
getToPart
The ToPart property identifies the part of a shape to which another shape is glued, such as its begin point or endpoint, one of its edges, or a connection point.
-