|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.documents.contents.objects.ContentObject
org.pdfclown.documents.contents.objects.Operation
org.pdfclown.documents.contents.objects.ContentMarker
@PDF(value=PDF12) public abstract class ContentMarker
Abstract content marker [PDF:1.6:10.5].
Field Summary |
---|
Fields inherited from class org.pdfclown.documents.contents.objects.Operation |
---|
operands, operator |
Constructor Summary | |
---|---|
protected |
ContentMarker(PdfName tag)
|
protected |
ContentMarker(PdfName tag,
PdfDirectObject properties)
|
protected |
ContentMarker(String operator,
List<PdfDirectObject> operands)
|
Method Summary | |
---|---|
PdfName |
getName()
Gets the resource name. |
Object |
getProperties()
Gets the private information meaningful to the program (application or plugin extension) creating the marked content. |
PropertyList |
getProperties(IContentContext context)
Gets the private information meaningful to the program (application or plugin extension) creating the marked content. |
protected abstract String |
getPropertyListOperator()
|
PropertyList |
getResource(IContentContext context)
Gets the referenced resource. |
protected abstract String |
getSimpleOperator()
|
PdfName |
getTag()
Gets the marker indicating the role or significance of the marked content. |
void |
setName(PdfName value)
|
void |
setProperties(Object value)
|
void |
setTag(PdfName value)
|
Methods inherited from class org.pdfclown.documents.contents.objects.Operation |
---|
get, getOperands, getOperator, toString, writeTo |
Methods inherited from class org.pdfclown.documents.contents.objects.ContentObject |
---|
scan |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ContentMarker(PdfName tag)
protected ContentMarker(PdfName tag, PdfDirectObject properties)
protected ContentMarker(String operator, List<PdfDirectObject> operands)
Method Detail |
---|
public Object getProperties()
PropertyList
or the name
of an external PropertyList resource.
PropertyListResources
,
getProperties(IContentContext)
public PropertyList getProperties(IContentContext context)
context
- Content context.public PdfName getTag()
public void setProperties(Object value)
getProperties()
public void setTag(PdfName value)
getTag()
public PdfName getName()
IResourceReference
getName
in interface IResourceReference<PropertyList>
IResourceReference.getResource(IContentContext)
,
Resources
public PropertyList getResource(IContentContext context)
IResourceReference
Whether a resource name
is available or not, it can be respectively either
shared or private.
getResource
in interface IResourceReference<PropertyList>
context
- Content context.public void setName(PdfName value)
setName
in interface IResourceReference<PropertyList>
IResourceReference.getName()
protected abstract String getPropertyListOperator()
protected abstract String getSimpleOperator()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |