Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_content_operator.h File Reference

This file contains class definitions for ContentOperatorHandle. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  ContentOperatorType {
  ContentOperatorType_Unknown = 0, ContentOperatorType_LineWidth, ContentOperatorType_LineCap, ContentOperatorType_LineJoin,
  ContentOperatorType_MiterLimit, ContentOperatorType_DashPattern, ContentOperatorType_ColorRenderingIntent, ContentOperatorType_Flatness,
  ContentOperatorType_GraphicsState, ContentOperatorType_SaveGraphicsState, ContentOperatorType_RestoreGraphicsState, ContentOperatorType_TransformationMatrix,
  ContentOperatorType_BeginSubpath, ContentOperatorType_Line, ContentOperatorType_FullCurve, ContentOperatorType_FinalCurve,
  ContentOperatorType_InitialCurve, ContentOperatorType_CloseSubpath, ContentOperatorType_Rectangle, ContentOperatorType_Stroke,
  ContentOperatorType_CloseAndStroke, ContentOperatorType_FillPathNonzero, ContentOperatorType_FillPathCompatibility, ContentOperatorType_FillPathEvenOdd,
  ContentOperatorType_FillStrokeNonzero, ContentOperatorType_FillStrokeEvenOdd, ContentOperatorType_CloseFillStrokeNonzero, ContentOperatorType_CloseFillStrokeEvenOdd,
  ContentOperatorType_EndPath, ContentOperatorType_ClipPathNonzero, ContentOperatorType_ClipPathEvenOdd, ContentOperatorType_BeginText,
  ContentOperatorType_EndText, ContentOperatorType_CharacterSpacing, ContentOperatorType_WordSpacing, ContentOperatorType_HorizontalScaling,
  ContentOperatorType_Leading, ContentOperatorType_TextFont, ContentOperatorType_TextRenderingMode, ContentOperatorType_TextRise,
  ContentOperatorType_TextTranslate, ContentOperatorType_TextTranslateLeading, ContentOperatorType_TextMatrix, ContentOperatorType_TextNextLine,
  ContentOperatorType_TextShow, ContentOperatorType_TextShowArray, ContentOperatorType_TextNextLineShow, ContentOperatorType_TextNextLineShowSpacing,
  ContentOperatorType_SetCharWidth, ContentOperatorType_SetCacheDevice, ContentOperatorType_ColorSpaceStroke, ContentOperatorType_ColorSpaceNonstroke,
  ContentOperatorType_SetColorStroke, ContentOperatorType_SetColorStrokeExtended, ContentOperatorType_SetColorNonstroke, ContentOperatorType_SetColorNonstrokeExtended,
  ContentOperatorType_SetStrokingColorSpaceGray, ContentOperatorType_SetNonstrokingColorSpaceGray, ContentOperatorType_SetStrokingColorSpaceRGB, ContentOperatorType_SetNonstrokingColorSpaceRGB,
  ContentOperatorType_SetStrokingColorSpaceCMYK, ContentOperatorType_SetNonstrokingColorSpaceCMYK, ContentOperatorType_ShadingPaint, ContentOperatorType_BeginInlineImageObject,
  ContentOperatorType_BeginInlineImageData, ContentOperatorType_EndInlineImageObject, ContentOperatorType_InvokeXObject, ContentOperatorType_DefineMarkedContentPoint,
  ContentOperatorType_DefineMarkedContentPointWithPropertyList, ContentOperatorType_BeginMarkedContentSequence, ContentOperatorType_BeginMarkedContentSequenceWithPropertyList, ContentOperatorType_EndMarkedContentSequence,
  ContentOperatorType_BeginCompatibilitySection, ContentOperatorType_EndCompatibilitySection
}
 Available content operator types. More...
 

Detailed Description

This file contains class definitions for ContentOperatorHandle.