Freigeben über


NSAttributedStringDocumentAttributes Klasse

Definition

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

public class NSAttributedStringDocumentAttributes : Foundation.DictionaryContainer
type NSAttributedStringDocumentAttributes = class
    inherit DictionaryContainer
Vererbung
NSAttributedStringDocumentAttributes

Konstruktoren

NSAttributedStringDocumentAttributes()

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

NSAttributedStringDocumentAttributes(NSDictionary)

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

Eigenschaften

BackgroundColor

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

BaseUrl

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

DefaultTabInterval

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

Dictionary

Ruft den umschlossenen ab NSDictionary.

(Geerbt von DictionaryContainer)
DocumentType

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

HyphenationFactor

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

PaperMargin

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

PaperSize

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

ReadOnly

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

StringEncoding

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

TextEncodingName

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

TextSizeMultiplier

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

Timeout

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

ViewMode

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

ViewSize

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

ViewZoom

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

WeakDefaultAttributes

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

WeakDocumentType

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

WebPreferences

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

WebResourceLoadDelegate

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

Methoden

GetArray<T>(NSString)

Ruft das Array vom Typ T ab, das zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetArray<T>(NSString, Func<IntPtr,T>)

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

(Geerbt von DictionaryContainer)
GetBoolValue(NSString)

Gibt den nullablen Boolean zurück, der zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetCGPointValue(NSString)

Gibt den nullable CGPoint zurück, der zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetCGRectValue(NSString)

Gibt den nullable NSString zurück, der zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetCGSizeValue(NSString)

Gibt den nullable CGSize zurück, der zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetCMTimeValue(NSString)

Gibt den nullable CMTime zurück, der zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetDoubleValue(NSString)

Gibt das double nullable zurück, das zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetFloatValue(NSString)

Gibt den nullable float zurück, der zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetInt32Value(NSString)

Gibt den nullable int zurück, der zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetLongValue(NSString)

Gibt den nullable long zurück, der zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetNativeValue<T>(NSString)

Gibt das systemeigene Objekt zurück, das zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetNIntValue(NSString)

Gibt die native Nullable-Ganzzahl zurück, die zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetNSDictionary(NSString)

Gibt die zurück, die NSDictionary mit zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetNSDictionary<TKey,TValue>(NSString)

Gibt die zurück, die NSDictionary mit zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetNSStringValue(NSString)

Gibt die zurück, die NSString mit zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetNUIntValue(NSString)

Gibt den nativen nullable unsigned int zurück, der zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetStringValue(NSString)

Gibt die Zeichenfolge zurück, die zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetStringValue(String)

Gibt die Zeichenfolge zurück, die zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetStrongDictionary<T>(NSString)

Gibt die zurück, die DictionaryContainer mit zugeordnet ist key.

(Geerbt von DictionaryContainer)
GetUInt32Value(NSString)

Gibt den nullable T:System.UInt32 zurück, der zugeordnet keyist.

(Geerbt von DictionaryContainer)
GetUIntValue(NSString)

Gibt den nullable T:System.UInt32 zurück, der zugeordnet keyist.

(Geerbt von DictionaryContainer)
RemoveValue(NSString)

Entfernt den Wert, der zugeordnet ist key, aus dem Wörterbuch.

(Geerbt von DictionaryContainer)
SetArrayValue(NSString, INativeObject[])

Ordnet das INativeObject Array values zu key.

(Geerbt von DictionaryContainer)
SetArrayValue(NSString, NSNumber[])

Ordnet das NSNumber Array values zu key.

(Geerbt von DictionaryContainer)
SetArrayValue(NSString, String[])

Ordnet das T:System.String-Arrayvalues zu key.

(Geerbt von DictionaryContainer)
SetArrayValue<T>(NSString, T[])

Ordnet das Array values vom Typ T zu key.

(Geerbt von DictionaryContainer)
SetBooleanValue(NSString, Nullable<Boolean>)

Speichert den booleschen value Wert und ordnet ihn dem keyzu.

(Geerbt von DictionaryContainer)
SetCGPointValue(NSString, Nullable<CGPoint>)

Speichert die CGPointvalue und ordnet es dem keyzu.

(Geerbt von DictionaryContainer)
SetCGRectValue(NSString, Nullable<CGRect>)

Speichert die CGRectvalue und ordnet es dem keyzu.

(Geerbt von DictionaryContainer)
SetCGSizeValue(NSString, Nullable<CGSize>)

Speichert die CGSizevalue und ordnet es dem keyzu.

(Geerbt von DictionaryContainer)
SetCMTimeValue(NSString, Nullable<CMTime>)

Speichert die CMTimevalue und ordnet es dem keyzu.

(Geerbt von DictionaryContainer)
SetNativeValue(NSString, INativeObject, Boolean)

Eine DictionaryContainer , die Dokumentattribute für NSAttributedStrings bereitstellt.

(Geerbt von DictionaryContainer)
SetNumberValue(NSString, Nullable<Double>)

Speichert das Double value (oder null) und ordnet ihn dem keyzu.

(Geerbt von DictionaryContainer)
SetNumberValue(NSString, Nullable<Int32>)

Speichert das int value (oder null) und ordnet es dem keyzu.

(Geerbt von DictionaryContainer)
SetNumberValue(NSString, Nullable<Int64>)

Speichert die lange value (oder null) und ordnet sie dem keyzu.

(Geerbt von DictionaryContainer)
SetNumberValue(NSString, Nullable<nint>)

Speichert die native ganze Zahl value (oder null) und ordnet sie dem keyzu.

(Geerbt von DictionaryContainer)
SetNumberValue(NSString, Nullable<nuint>)

Speichert den nativen nicht signierten int value (oder null) und ordnet es dem keyzu.

(Geerbt von DictionaryContainer)
SetNumberValue(NSString, Nullable<Single>)

Speichert den Float value (oder null) und ordnet ihn dem keyzu.

(Geerbt von DictionaryContainer)
SetNumberValue(NSString, Nullable<UInt32>)

Speichert den nicht signierten int value (oder null) und ordnet ihn dem keyzu.

(Geerbt von DictionaryContainer)
SetStringValue(NSString, NSString)

Speichert die Zeichenfolge value und ordnet sie dem keyzu.

(Geerbt von DictionaryContainer)
SetStringValue(NSString, String)

Speichert die Zeichenfolge value und ordnet sie dem keyzu.

(Geerbt von DictionaryContainer)

Gilt für: