Namespace org.pdfclown.documents.contents.objects

Content stream instructions [PDF:1.6:3.7.1]. More...

Classes

class  ApplyExtGState
 'Set the specified graphics state parameters' operation [PDF:1.6:4.3.3]. More...
class  BeginInlineImage
 'Begin inline image object' operation [PDF:1.6:4.8.6]. More...
class  BeginMarkedContent
 'Begin marked-content sequence' operation [PDF:1.6:10.5]. More...
class  BeginSubpath
 'Begin a new subpath by moving the current point' operation [PDF:1.6:4.4.1]. More...
class  BeginText
 'Begin text object' operation [PDF:1.6:5.3]. More...
class  CloseSubpath
 'Close the current subpath by appending a straight line segment from the current point to the starting point of the subpath' operation [PDF:1.6:4.4.1]. More...
class  CompositeObject
 Composite object. It is made up of multiple content objects. More...
class  ContainerObject
 Container object. It encompasses multiple content objects. More...
class  ContentMarker
 Abstract content marker [PDF:1.6:10.5]. More...
class  ContentObject
 Abstract content object [PDF:1.6:4.1]. More...
class  DrawCurve
 'Append a cubic Bezier curve to the current path' operation [PDF:1.6:4.4.1]. More...
class  DrawLine
 'Append a straight line segment from the current point' operation [PDF:1.6:4.4.1]. More...
class  DrawRectangle
 'Append a rectangle to the current path as a complete subpath' operation [PDF:1.6:4.4.1]. More...
class  EndInlineImage
 'End inline image object' operation [PDF:1.6:4.8.6]. More...
class  EndMarkedContent
 'End marked-content sequence' operation [PDF:1.6:10.5]. More...
class  EndText
 'End text object' operation [PDF:1.6:5.3]. More...
class  GenericOperation
 Weakly-typed operation. More...
class  GraphicsObject
 Graphics object [PDF:1.6:4.1]. More...
class  InlineImage
 Inline image object [PDF:1.6:4.8.6]. More...
class  InlineImageBody
 Inline image data (anonymous) operation [PDF:1.6:4.8.6]. More...
class  InlineImageHeader
 Inline image entries (anonymous) operation [PDF:1.6:4.8.6]. More...
interface  IResourceReference< TResource >
 Resource reference. More...
class  LocalGraphicsState
 Local graphics state [PDF:1.6:4.3.1]. More...
class  MarkedContent
 Marked-content sequence [PDF:1.6:10.5]. More...
class  MarkedContentPoint
 'Marked-content point' operation [PDF:1.6:10.5]. More...
class  ModifyClipPath
 Clipping path operation [PDF:1.6:4.4.2]. More...
class  ModifyCTM
 'Modify the current transformation matrix (CTM) by concatenating the specified matrix' operation [PDF:1.6:4.3.3]. More...
class  Operation
 Content stream instruction [PDF:1.6:3.7.1]. More...
class  PaintPath
 Path-painting operation [PDF:1.6:4.4.2]. More...
class  PaintShading
 'Paint the shape and color shading' operation [PDF:1.6:4.6.3]. More...
class  PaintXObject
 'Paint the specified XObject' operation [PDF:1.6:4.7]. More...
class  Path
 Path object [PDF:1.6:4.4]. More...
class  RestoreGraphicsState
 'Restore the graphics state by removing the most recently saved state from the stack and making it the current state' operation [PDF:1.6:4.3.3]. Practically, it ends the current local graphics state. More...
class  SaveGraphicsState
 'Save the current graphics state on the graphics state stack' operation [PDF:1.6:4.3.3]. Practically, it begins a local graphics state. More...
class  SetCharSpace
 'Set the character spacing' operation [PDF:1.6:5.2]. More...
class  SetDeviceCMYKFillColor
 'Set the color to use for nonstroking operations in device CMYK color space' operation [PDF:1.6:4.5.7]. More...
class  SetDeviceCMYKStrokeColor
 'Set the color to use for stroking operations in device CMYK color space' operation [PDF:1.6:4.5.7]. More...
class  SetDeviceGrayFillColor
 'Set the color to use for nonstroking operations in device gray color space' operation [PDF:1.6:4.5.7]. More...
class  SetDeviceGrayStrokeColor
 'Set the color to use for stroking operations in device gray color space' operation [PDF:1.6:4.5.7]. More...
class  SetDeviceRGBFillColor
 'Set the color to use for nonstroking operations in device RGB color space' operation [PDF:1.6:4.5.7]. More...
class  SetDeviceRGBStrokeColor
 'Set the color to use for stroking operations in device RGB color space' operation [PDF:1.6:4.5.7]. More...
class  SetFillColor
 'Set the color to use for nonstroking operations' operation [PDF:1.6:4.5.7]. More...
class  SetFillColorSpace
 'Set the current color space to use for nonstroking operations' operation [PDF:1.6:4.5.7]. More...
class  SetFont
 'Set the text font' operation [PDF:1.6:5.2]. More...
class  SetLineCap
 'Set the line cap style' operation [PDF:1.6:4.3.3]. More...
class  SetLineDash
 'Set the line dash pattern' operation [PDF:1.6:4.3.3]. More...
class  SetLineJoin
 'Set the line join style' operation [PDF:1.6:4.3.3]. More...
class  SetLineWidth
 'Set the line width' operation [PDF:1.6:4.3.3]. More...
class  SetMiterLimit
 'Set the miter limit' operation [PDF:1.6:4.3.3]. More...
class  SetStrokeColor
 'Set the color to use for stroking operations' operation [PDF:1.6:4.5.7]. More...
class  SetStrokeColorSpace
 'Set the current color space to use for stroking operations' operation [PDF:1.6:4.5.7]. More...
class  SetTextLead
 'Set the text leading' operation [PDF:1.6:5.2]. More...
class  SetTextMatrix
 'Set the text matrix' operation [PDF:1.6:5.3.1]. More...
class  SetTextRenderMode
 'Set the text rendering mode' operation [PDF:1.6:5.2]. More...
class  SetTextRise
 'Set the text rise' operation [PDF:1.6:5.2]. More...
class  SetTextScale
 'Set the horizontal scaling' operation [PDF:1.6:5.2]. More...
class  SetWordSpace
 'Set the word spacing' operation [PDF:1.6:5.2]. More...
class  Shading
 Shading object [PDF:1.6:4.6.3]. More...
class  ShowAdjustedText
 'Show one or more text strings, allowing individual glyph positioning' operation [PDF:1.6:5.3.2]. More...
class  ShowSimpleText
 'Show a text string' operation [PDF:1.6:5.3.2]. More...
class  ShowText
 Abstract 'show a text string' operation [PDF:1.6:5.3.2]. More...
class  ShowTextToNextLine
 'Move to the next line and show a text string' operation [PDF:1.6:5.3.2]. More...
class  Text
 Text object [PDF:1.6:5.3]. More...
class  TranslateTextRelative
 'Move to the start of the next line, offset from the start of the current line' operation [PDF:1.6:5.2]. More...
class  TranslateTextToNextLine
 'Move to the start of the next line' operation [PDF:1.6:5.3.1]. More...
class  XObject
 External object shown in a content stream context [PDF:1.6:4.7]. More...

Content stream instructions [PDF:1.6:3.7.1].

Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.

Generated on Sat Feb 9 21:08:33 2013 for PDF Clown 0.1.2 by  doxygen 1.6.3