com.itextpdf.text.pdf
Class PdfARadioCheckField
java.lang.Object
com.itextpdf.text.pdf.BaseField
com.itextpdf.text.pdf.RadioCheckField
com.itextpdf.text.pdf.PdfARadioCheckField
public class PdfARadioCheckField
- extends RadioCheckField
Fields inherited from class com.itextpdf.text.pdf.BaseField |
alignment, backgroundColor, BORDER_WIDTH_MEDIUM, BORDER_WIDTH_THICK, BORDER_WIDTH_THIN, borderColor, borderStyle, borderWidth, box, COMB, DO_NOT_SCROLL, DO_NOT_SPELL_CHECK, EDIT, fieldName, FILE_SELECTION, font, fontSize, HIDDEN, HIDDEN_BUT_PRINTABLE, maxCharacterLength, MULTILINE, MULTISELECT, options, PASSWORD, READ_ONLY, REQUIRED, rotation, text, textColor, visibility, VISIBLE, VISIBLE_BUT_DOES_NOT_PRINT, writer |
Methods inherited from class com.itextpdf.text.pdf.BaseField |
breakLines, getAlignment, getBackgroundColor, getBorderAppearance, getBorderColor, getBorderStyle, getBorderWidth, getBox, getFieldName, getFont, getFontSize, getHardBreaks, getMaxCharacterLength, getOptions, getRotation, getText, getTextColor, getVisibility, getWriter, moveFields, setAlignment, setBackgroundColor, setBorderColor, setBorderStyle, setBorderWidth, setBox, setFieldName, setFont, setFontSize, setMaxCharacterLength, setOptions, setRotation, setRotationFromPage, setText, setTextColor, setVisibility, setWriter, trimRight |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
check
protected static final String check
- See Also:
- Constant Field Values
circle
protected static final String circle
- See Also:
- Constant Field Values
cross
protected static final String cross
- See Also:
- Constant Field Values
diamond
protected static final String diamond
- See Also:
- Constant Field Values
square
protected static final String square
- See Also:
- Constant Field Values
star
protected static final String star
- See Also:
- Constant Field Values
typeStreams
protected static String[] typeStreams
PdfARadioCheckField
public PdfARadioCheckField(PdfWriter writer,
Rectangle box,
String fieldName,
String onValue)
getField
protected PdfFormField getField(boolean isRadio)
throws IOException,
DocumentException
- Overrides:
getField
in class RadioCheckField
- Throws:
IOException
DocumentException
setCheckType
public void setCheckType(int checkType)
- Overrides:
setCheckType
in class RadioCheckField
getAppearance
public PdfAppearance getAppearance(boolean isRadio,
boolean on)
throws IOException,
DocumentException
- Overrides:
getAppearance
in class RadioCheckField
- Throws:
IOException
DocumentException
getRealFont
protected BaseFont getRealFont()
throws IOException,
DocumentException
- Overrides:
getRealFont
in class BaseField
- Throws:
IOException
DocumentException
Copyright © 2014. All Rights Reserved.