PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents.objects
Class BeginMarkedContent

java.lang.Object
  extended by it.stefanochizzolini.clown.documents.contents.objects.ContentObject
      extended by it.stefanochizzolini.clown.documents.contents.objects.Operation
          extended by it.stefanochizzolini.clown.documents.contents.objects.BeginMarkedContent

public final class BeginMarkedContent
extends Operation

'Begin marked-content sequence' operation [PDF:1.6:10.5].

Since:
0.0.7
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Field Summary
static String PropertyListOperator
           
static String SimpleOperator
           
 
Fields inherited from class it.stefanochizzolini.clown.documents.contents.objects.Operation
operands, operator
 
Constructor Summary
BeginMarkedContent(PdfName tag)
           
BeginMarkedContent(PdfName tag, PdfDirectObject properties)
           
 
Method Summary
 PdfDirectObject getProperties()
          Gets the private information meaningful to the program (application or plugin extension) creating the marked content.
 PdfName getTag()
          Gets the role or significance of the marked content.
 void setProperties(PdfDirectObject value)
           
 void setTag(PdfName value)
           
 
Methods inherited from class it.stefanochizzolini.clown.documents.contents.objects.Operation
get, getOperands, getOperator, toString, writeTo
 
Methods inherited from class it.stefanochizzolini.clown.documents.contents.objects.ContentObject
applyTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PropertyListOperator

public static final String PropertyListOperator
See Also:
Constant Field Values

SimpleOperator

public static final String SimpleOperator
See Also:
Constant Field Values
Constructor Detail

BeginMarkedContent

public BeginMarkedContent(PdfName tag)

BeginMarkedContent

public BeginMarkedContent(PdfName tag,
                          PdfDirectObject properties)
Method Detail

getProperties

public PdfDirectObject getProperties()
Gets the private information meaningful to the program (application or plugin extension) creating the marked content.


getTag

public PdfName getTag()
Gets the role or significance of the marked content.


setProperties

public void setProperties(PdfDirectObject value)

setTag

public void setTag(PdfName value)

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.