PDF Clown
0.1.2

org.pdfclown.documents.contents.objects
Class MarkedContent

java.lang.Object
  extended by org.pdfclown.documents.contents.objects.ContentObject
      extended by org.pdfclown.documents.contents.objects.CompositeObject
          extended by org.pdfclown.documents.contents.objects.ContainerObject
              extended by org.pdfclown.documents.contents.objects.MarkedContent

@PDF(value=PDF12)
public final class MarkedContent
extends ContainerObject

Marked-content sequence [PDF:1.6:10.5].

Since:
0.0.7
Version:
0.1.1, 11/01/11
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Field Summary
static String EndOperator
           
 
Fields inherited from class org.pdfclown.documents.contents.objects.CompositeObject
objects
 
Constructor Summary
MarkedContent(BeginMarkedContent header)
           
MarkedContent(BeginMarkedContent header, List<ContentObject> objects)
           
 
Method Summary
 BeginMarkedContent getHeader()
          Gets information about this marked-content sequence.
 void setHeader(Operation value)
           
 void writeTo(IOutputStream stream, Document context)
          Serializes this object to the specified stream.
 
Methods inherited from class org.pdfclown.documents.contents.objects.CompositeObject
createRenderObject, getObjects, render, scan, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EndOperator

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

MarkedContent

public MarkedContent(BeginMarkedContent header)

MarkedContent

public MarkedContent(BeginMarkedContent header,
                     List<ContentObject> objects)
Method Detail

getHeader

public BeginMarkedContent getHeader()
Gets information about this marked-content sequence.

Overrides:
getHeader in class CompositeObject

setHeader

public void setHeader(Operation value)
Overrides:
setHeader in class CompositeObject
See Also:
CompositeObject.getHeader()

writeTo

public void writeTo(IOutputStream stream,
                    Document context)
Description copied from class: ContentObject
Serializes this object to the specified stream.

Overrides:
writeTo in class CompositeObject
Parameters:
stream - Target stream.
context - Document context.

PDF Clown
0.1.2

Project home page

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