|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.openxml4j.opc.TargetMode
public class TargetMode
Specifies whether the target of a PackageRelationship is inside or outside a Package.
Field Summary | |
---|---|
static TargetMode |
EXTERNAL
The relationship references a part that is inside the package. |
static TargetMode |
INTERNAL
The relationship references a resource that is external to the package. |
Constructor Summary | |
---|---|
TargetMode()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TargetMode INTERNAL
public static final TargetMode EXTERNAL
Constructor Detail |
---|
public TargetMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |