Show / Hide Table of Contents

Class PTFreeTextView

Inheritance
System.Object
PTFreeTextView
Implements
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTFreeTextView : UITextView, IPTOverridable, INativeObject, IDisposable

Constructors

PTFreeTextView()

Declaration
public PTFreeTextView()

PTFreeTextView(NSCoder)

Declaration
public PTFreeTextView(NSCoder coder)
Parameters
Type Name Description
Foundation.NSCoder coder

PTFreeTextView(NSObjectFlag)

Declaration
protected PTFreeTextView(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTFreeTextView(IntPtr)

Declaration
protected PTFreeTextView(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

Appearance

Declaration
public static PTFreeTextView.PTFreeTextViewAppearance Appearance { get; }
Property Value
Type Description
PTFreeTextView.PTFreeTextViewAppearance

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

DefaultStyleString

Declaration
public virtual string DefaultStyleString { get; }
Property Value
Type Description
System.String

RichContentEnabled

Declaration
public virtual bool RichContentEnabled { get; set; }
Property Value
Type Description
System.Boolean

RichTextString

Declaration
public virtual string RichTextString { get; }
Property Value
Type Description
System.String

VerticalAlignment

Declaration
public virtual nint VerticalAlignment { get; set; }
Property Value
Type Description
System.nint

Methods

AppearanceWhenContainedIn(Type[])

Declaration
public static PTFreeTextView.PTFreeTextViewAppearance AppearanceWhenContainedIn(params Type[] containers)
Parameters
Type Name Description
System.Type[] containers
Returns
Type Description
PTFreeTextView.PTFreeTextViewAppearance

GetAppearance(UITraitCollection)

Declaration
public static PTFreeTextView.PTFreeTextViewAppearance GetAppearance(UITraitCollection traits)
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTFreeTextView.PTFreeTextViewAppearance

GetAppearance(UITraitCollection, Type[])

Declaration
public static PTFreeTextView.PTFreeTextViewAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTFreeTextView.PTFreeTextViewAppearance

GetAppearance<T>()

Declaration
public static PTFreeTextView.PTFreeTextViewAppearance GetAppearance<T>()
    where T : PTFreeTextView
Returns
Type Description
PTFreeTextView.PTFreeTextViewAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection)

Declaration
public static PTFreeTextView.PTFreeTextViewAppearance GetAppearance<T>(UITraitCollection traits)
    where T : PTFreeTextView
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTFreeTextView.PTFreeTextViewAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection, Type[])

Declaration
public static PTFreeTextView.PTFreeTextViewAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
    where T : PTFreeTextView
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTFreeTextView.PTFreeTextViewAppearance
Type Parameters
Name Description
T

Implements

IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX