Show / Hide Table of Contents

Class Widget

Inheritance
System.Object
Java.Lang.Object
Annot
Widget
CheckBoxWidget
ComboBoxWidget
ListBoxWidget
PushButtonWidget
RadioButtonWidget
SignatureWidget
TextWidget
Implements
Android.Runtime.IJavaObject
Java.Interop.IJavaPeerable
System.IDisposable
Inherited Members
Annot.E3D
Annot.EActionTriggerActivate
Annot.EActionTriggerAnnotBlur
Annot.EActionTriggerAnnotDown
Annot.EActionTriggerAnnotEnter
Annot.EActionTriggerAnnotExit
Annot.EActionTriggerAnnotFocus
Annot.EActionTriggerAnnotPageClose
Annot.EActionTriggerAnnotPageInvisible
Annot.EActionTriggerAnnotPageOpen
Annot.EActionTriggerAnnotPageVisible
Annot.EActionTriggerAnnotUp
Annot.ECaret
Annot.ECircle
Annot.EDown
Annot.EFileAttachment
Annot.EFreeText
Annot.EHidden
Annot.EHighlight
Annot.EInk
Annot.EInvisible
Annot.ELine
Annot.ELink
Annot.ELocked
Annot.ELockedContents
Annot.EMovie
Annot.ENormal
Annot.ENoRotate
Annot.ENoView
Annot.ENoZoom
Annot.EPolygon
Annot.EPolyline
Annot.EPopup
Annot.EPrint
Annot.EPrinterMark
Annot.EProjection
Annot.EReadOnly
Annot.ERedact
Annot.ERichMedia
Annot.ERollover
Annot.EScreen
Annot.ESound
Annot.ESquare
Annot.ESquiggly
Annot.EStamp
Annot.EStrikeOut
Annot.EText
Annot.EToggleNoView
Annot.ETrapNet
Annot.EUnderline
Annot.EUnknown
Annot.EWatermark
Annot.EWidget
Annot.ActiveAppearanceState
Annot.ColorAsCMYK
Annot.ColorAsGray
Annot.ColorAsRGB
Annot.ColorCompNum
Annot.Contents
Annot.IsMarkup
Annot.IsValid
Annot.Page
Annot.Rect
Annot.Rotation
Annot.StructParent
Annot.Type
Annot.VisibleContentBox
Annot.__Create(Int64, Object)
Annot.__GetHandle()
Annot.__GetRefHandle()
Annot.Create(Doc, Int32, Rect)
Annot.DeleteCustomData(String)
Annot.Flatten(Page)
Annot.GetBorderStyle()
Annot.GetCustomData(String)
Annot.GetFlag(Int32)
Annot.RefreshAppearance()
Annot.RefreshAppearance(RefreshOptions)
Annot.RemoveAppearance()
Annot.RemoveAppearance(Int32, String)
Annot.Resize(Rect)
Annot.SetBorderStyle(Annot.BorderStyle)
Annot.SetColor(ColorPt)
Annot.SetColor(ColorPt, Int32)
Annot.SetCustomData(String, String)
Annot.SetDateToNow()
Annot.SetFlag(Int32, Boolean)
Annot.SetUniqueID(String)
Java.Lang.Object.Java.Interop.IJavaPeerable.DisposeUnlessReferenced()
Java.Lang.Object.Java.Interop.IJavaPeerable.Disposed()
Java.Lang.Object.Java.Interop.IJavaPeerable.Finalized()
Java.Lang.Object.Java.Interop.IJavaPeerable.SetJniIdentityHashCode(System.Int32)
Java.Lang.Object.Java.Interop.IJavaPeerable.SetJniManagedPeerState(Java.Interop.JniManagedPeerStates)
Java.Lang.Object.Java.Interop.IJavaPeerable.SetPeerReference(Java.Interop.JniObjectReference)
Java.Lang.Object.Dispose()
Java.Lang.Object.Dispose(System.Boolean)
Java.Lang.Object.GetObject<T>(System.IntPtr, System.IntPtr, Android.Runtime.JniHandleOwnership)
Java.Lang.Object.GetObject<T>(System.IntPtr, Android.Runtime.JniHandleOwnership)
Java.Lang.Object.FromArray<T>(T[])
Java.Lang.Object.Clone()
Java.Lang.Object.Equals(Java.Lang.Object)
Java.Lang.Object.JavaFinalize()
Java.Lang.Object.GetHashCode()
Java.Lang.Object.Notify()
Java.Lang.Object.NotifyAll()
Java.Lang.Object.ToString()
Java.Lang.Object.Wait()
Java.Lang.Object.Wait(System.Int64)
Java.Lang.Object.Wait(System.Int64, System.Int32)
Java.Lang.Object.Java.Interop.IJavaPeerable.JniManagedPeerState
Java.Lang.Object.Class
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftronprivate.PDF.Annots
Assembly: PDFNetAndroid.dll
Syntax
[Register("com/pdftron/pdf/annots/Widget", DoNotGenerateAcw = true)]
public class Widget : Annot, IJavaObject, IJavaPeerable, IDisposable

Constructors

Widget()

Declaration
[Register(".ctor", "()V", "")]
public Widget()

Widget(Annot)

Declaration
[Register(".ctor", "(Lcom/pdftron/pdf/Annot;)V", "")]
public Widget(Annot p0)
Parameters
Type Name Description
Annot p0

Widget(IntPtr, JniHandleOwnership)

Declaration
protected Widget(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Fields

EAlways

Declaration
[Register("e_Always")]
public const int EAlways = 0
Field Value
Type Description
System.Int32

EAnamorphic

Declaration
[Register("e_Anamorphic")]
public const int EAnamorphic = 0
Field Value
Type Description
System.Int32

ECAboveI

Declaration
[Register("e_CAboveI")]
public const int ECAboveI = 3
Field Value
Type Description
System.Int32

ECBelowI

Declaration
[Register("e_CBelowI")]
public const int ECBelowI = 2
Field Value
Type Description
System.Int32

ECLeftIRight

Declaration
[Register("e_CLeftIRight")]
public const int ECLeftIRight = 5
Field Value
Type Description
System.Int32

ECOverlayI

Declaration
[Register("e_COverlayI")]
public const int ECOverlayI = 6
Field Value
Type Description
System.Int32

ECRightILeft

Declaration
[Register("e_CRightILeft")]
public const int ECRightILeft = 4
Field Value
Type Description
System.Int32

EInvert

Declaration
[Register("e_invert")]
public const int EInvert = 1
Field Value
Type Description
System.Int32

ENever

Declaration
[Register("e_Never")]
public const int ENever = 3
Field Value
Type Description
System.Int32

ENoCaption

Declaration
[Register("e_NoCaption")]
public const int ENoCaption = 1
Field Value
Type Description
System.Int32

ENoIcon

Declaration
[Register("e_NoIcon")]
public const int ENoIcon = 0
Field Value
Type Description
System.Int32

ENone

Declaration
[Register("e_none")]
public const int ENone = 0
Field Value
Type Description
System.Int32

EOutline

Declaration
[Register("e_outline")]
public const int EOutline = 2
Field Value
Type Description
System.Int32

EProportional

Declaration
[Register("e_Proportional")]
public const int EProportional = 1
Field Value
Type Description
System.Int32

EPush

Declaration
[Register("e_push")]
public const int EPush = 3
Field Value
Type Description
System.Int32

EToggle

Declaration
[Register("e_toggle")]
public const int EToggle = 4
Field Value
Type Description
System.Int32

EWhenBigger

Declaration
[Register("e_WhenBigger")]
public const int EWhenBigger = 1
Field Value
Type Description
System.Int32

EWhenSmaller

Declaration
[Register("e_WhenSmaller")]
public const int EWhenSmaller = 2
Field Value
Type Description
System.Int32

Properties

Action

Declaration
public virtual Action Action
{
    [Register("getAction", "()Lcom/pdftron/pdf/Action;", "GetGetActionHandler")]
    get;
    [Register("setAction", "(Lcom/pdftron/pdf/Action;)V", "GetSetAction_Lcom_pdftron_pdf_Action_Handler")]
    set;
}
Property Value
Type Description
Action

BackgroundColor

Declaration
public virtual ColorPt BackgroundColor
{
    [Register("getBackgroundColor", "()Lcom/pdftron/pdf/ColorPt;", "GetGetBackgroundColorHandler")]
    get;
}
Property Value
Type Description
ColorPt

BackgroundColorCompNum

Declaration
public virtual int BackgroundColorCompNum
{
    [Register("getBackgroundColorCompNum", "()I", "GetGetBackgroundColorCompNumHandler")]
    get;
}
Property Value
Type Description
System.Int32

BorderColor

Declaration
public virtual ColorPt BorderColor
{
    [Register("getBorderColor", "()Lcom/pdftron/pdf/ColorPt;", "GetGetBorderColorHandler")]
    get;
}
Property Value
Type Description
ColorPt

BorderColorCompNum

Declaration
public virtual int BorderColorCompNum
{
    [Register("getBorderColorCompNum", "()I", "GetGetBorderColorCompNumHandler")]
    get;
}
Property Value
Type Description
System.Int32

FitFull

Declaration
public virtual bool FitFull
{
    [Register("getFitFull", "()Z", "GetGetFitFullHandler")]
    get;
    [Register("setFitFull", "(Z)V", "GetSetFitFull_ZHandler")]
    set;
}
Property Value
Type Description
System.Boolean

FontSize

Declaration
public virtual double FontSize
{
    [Register("getFontSize", "()D", "GetGetFontSizeHandler")]
    get;
    [Register("setFontSize", "(D)V", "GetSetFontSize_DHandler")]
    set;
}
Property Value
Type Description
System.Double

HIconLeftOver

Declaration
public virtual double HIconLeftOver
{
    [Register("getHIconLeftOver", "()D", "GetGetHIconLeftOverHandler")]
    get;
    [Register("setHIconLeftOver", "(D)V", "GetSetHIconLeftOver_DHandler")]
    set;
}
Property Value
Type Description
System.Double

HighlightingMode

Declaration
public virtual int HighlightingMode
{
    [Register("getHighlightingMode", "()I", "GetGetHighlightingModeHandler")]
    get;
    [Register("setHighlightingMode", "(I)V", "GetSetHighlightingMode_IHandler")]
    set;
}
Property Value
Type Description
System.Int32

IconCaptionRelation

Declaration
public virtual int IconCaptionRelation
{
    [Register("getIconCaptionRelation", "()I", "GetGetIconCaptionRelationHandler")]
    get;
    [Register("setIconCaptionRelation", "(I)V", "GetSetIconCaptionRelation_IHandler")]
    set;
}
Property Value
Type Description
System.Int32

MouseDownCaptionText

Declaration
public virtual string MouseDownCaptionText
{
    [Register("getMouseDownCaptionText", "()Ljava/lang/String;", "GetGetMouseDownCaptionTextHandler")]
    get;
    [Register("setMouseDownCaptionText", "(Ljava/lang/String;)V", "GetSetMouseDownCaptionText_Ljava_lang_String_Handler")]
    set;
}
Property Value
Type Description
System.String

RolloverCaptionText

Declaration
public virtual string RolloverCaptionText
{
    [Register("getRolloverCaptionText", "()Ljava/lang/String;", "GetGetRolloverCaptionTextHandler")]
    get;
    [Register("setRolloverCaptionText", "(Ljava/lang/String;)V", "GetSetRolloverCaptionText_Ljava_lang_String_Handler")]
    set;
}
Property Value
Type Description
System.String

ScaleCondition

Declaration
public virtual int ScaleCondition
{
    [Register("getScaleCondition", "()I", "GetGetScaleConditionHandler")]
    get;
    [Register("SetScaleCondition", "(I)V", "GetSetScaleCondition_IHandler")]
    set;
}
Property Value
Type Description
System.Int32

ScaleType

Declaration
public virtual int ScaleType
{
    [Register("getScaleType", "()I", "GetGetScaleTypeHandler")]
    get;
    [Register("setScaleType", "(I)V", "GetSetScaleType_IHandler")]
    set;
}
Property Value
Type Description
System.Int32

StaticCaptionText

Declaration
public virtual string StaticCaptionText
{
    [Register("getStaticCaptionText", "()Ljava/lang/String;", "GetGetStaticCaptionTextHandler")]
    get;
    [Register("setStaticCaptionText", "(Ljava/lang/String;)V", "GetSetStaticCaptionText_Ljava_lang_String_Handler")]
    set;
}
Property Value
Type Description
System.String

TextColor

Declaration
public virtual ColorPt TextColor
{
    [Register("getTextColor", "()Lcom/pdftron/pdf/ColorPt;", "GetGetTextColorHandler")]
    get;
}
Property Value
Type Description
ColorPt

TextColorCompNum

Declaration
public virtual int TextColorCompNum
{
    [Register("getTextColorCompNum", "()I", "GetGetTextColorCompNumHandler")]
    get;
}
Property Value
Type Description
System.Int32

VIconLeftOver

Declaration
public virtual double VIconLeftOver
{
    [Register("getVIconLeftOver", "()D", "GetGetVIconLeftOverHandler")]
    get;
    [Register("setVIconLeftOver", "(D)V", "GetSetVIconLeftOver_DHandler")]
    set;
}
Property Value
Type Description
System.Double

Methods

SetBackgroundColor(ColorPt, Int32)

Declaration
[Register("setBackgroundColor", "(Lcom/pdftron/pdf/ColorPt;I)V", "GetSetBackgroundColor_Lcom_pdftron_pdf_ColorPt_IHandler")]
public virtual void SetBackgroundColor(ColorPt p0, int p1)
Parameters
Type Name Description
ColorPt p0
System.Int32 p1

SetBorderColor(ColorPt, Int32)

Declaration
[Register("setBorderColor", "(Lcom/pdftron/pdf/ColorPt;I)V", "GetSetBorderColor_Lcom_pdftron_pdf_ColorPt_IHandler")]
public virtual void SetBorderColor(ColorPt p0, int p1)
Parameters
Type Name Description
ColorPt p0
System.Int32 p1

SetTextColor(ColorPt, Int32)

Declaration
[Register("setTextColor", "(Lcom/pdftron/pdf/ColorPt;I)V", "GetSetTextColor_Lcom_pdftron_pdf_ColorPt_IHandler")]
public virtual void SetTextColor(ColorPt p0, int p1)
Parameters
Type Name Description
ColorPt p0
System.Int32 p1

Implements

Android.Runtime.IJavaObject
Java.Interop.IJavaPeerable
System.IDisposable
In This Article
Back to top Generated by DocFX