DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class Enums

java.lang.Object
  extended by com.cete.dynamicpdf.Enums
Direct Known Subclasses:
Align, AnchorTo, ArtifactType, AttachmentLayout, AttachmentListingOrderBy, Attribute, AttributeOwner, AztecSymbolSize, BlendMode, BlockAlign, BorderStyleAttribute, BorderThickness, Calculate, CellAlign, CellVAlign, CertifyingPermission, Checked, Compaction, CopyrightStatus, DataLabelAlign, DataLabelLocation, DataLabelPosition, DataMatrixEncodingType, DataMatrixFunctionCharacter, DataMatrixSymbolSize, DateTimeType, Duplex, Edge, EmbeddedFileRelation, EncryptDocumentComponents, ErrorCorrection, FileLaunchMode, FormExportFormat, FormFieldAlign, FormFieldFlags, FormFieldOutput, FormFieldType, FormOutput, GridType, GS1DataBarType, ImportedActionType, InlineAlign, LayOut, LegendPlacement, LineCap, LineHeight, LineJoin, LineLeadingType, ListNumbering, MailerIDLength, MsiBarcodeCheckDigitMode, NonFullScreenPageMode, NoteType, NumberingStyle, NumberingType, OutputIntentVersion, PageBoundary, PageLayout, PageMode, PageOrientation, PageSize, PageZoom, PdfAStandard, PdfFormat, PdfVersion, PdfXVersion, PickTrayByPdfSize, Placement, QrCodeEncoding, QrCodeErrorCorrectionLevel, QrCodeFnc1, QrCodeVersion, ResourceType, Role, RubyAlign, RubyPosition, ScalarDataLabelPosition, Scope, SecurityInfo, SeriesNameDisplay, SignatureFieldFlatteningOptions, SignatureFlags, SignaturePanelLayout, StackedGS1DataBarType, SubType, Symbol, TextAlign, TextAlignAttribute, TextDecorationType, TextRenderingMode, TextStyle, Trapped, VAlign, WritingMode, XAxisAnchorType, XAxisLabelPosition, XAxisTickMarksPosition, XAxisTitlePosition, YAxisAnchorType, YAxisLabelPosition, YAxisTickMarksPosition, YAxisTitlePosition

public abstract class Enums
extends java.lang.Object

The common base class of all Java language enumeration types.


Constructor Summary
protected Enums(int value)
          Creates a new instance of Enums.
 
Method Summary
 void and(int value)
          Performs the bitwise 'and' operator on the operands.
abstract  java.lang.String getName()
          Gets the enumeration constant name.
 int getValue()
          Gets the enumeration constant value.
 void or(int value)
          Performs the bitwise 'or' operator on the operands.
 void xor(int value)
          Performs the bitwise 'xor' operator on the operands.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Enums

protected Enums(int value)
Creates a new instance of Enums.

Parameters:
value - Value to associate with this enumeration constant.
See Also:
Enums
Method Detail

getName

public abstract java.lang.String getName()
Gets the enumeration constant name.

Returns:
Returns the name of this enumeration constant.

getValue

public int getValue()
Gets the enumeration constant value.

Returns:
Returns the value of this enumeration constant.

and

public void and(int value)
Performs the bitwise 'and' operator on the operands.

Parameters:
value - Value to 'and' with.

or

public void or(int value)
Performs the bitwise 'or' operator on the operands.

Parameters:
value - Value to 'or' with.

xor

public void xor(int value)
Performs the bitwise 'xor' operator on the operands.

Parameters:
value - Value to 'xor' with.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software