C# Class iTextSharp.text.rtf.parser.properties.RtfProperty

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
properties System.Collections.Hashtable

Méthodes publiques

Méthode Description
AddRtfPropertyListener ( IRtfPropertyListener listener ) : void
AfterChange ( String propertyName ) : void
BeforeChange ( String propertyName ) : void
GetProperties ( String propertyGroup ) : Hashtable
GetProperty ( String propertyName ) : Object
IsModified ( ) : bool
IsModifiedCharacter ( ) : bool
IsModifiedDocument ( ) : bool
IsModifiedParagraph ( ) : bool
IsModifiedSection ( ) : bool
RemoveRtfPropertyListener ( IRtfPropertyListener listener ) : void
SetModified ( String propertyName, bool modified ) : void
SetModifiedCharacter ( bool modifiedCharacter ) : void
SetModifiedDocument ( bool modifiedDocument ) : void
SetModifiedParagraph ( bool modifiedParagraph ) : void
SetModifiedSection ( bool modifiedSection ) : void
SetProperty ( RtfCtrlWordData ctrlWordData ) : bool
SetToDefault ( ) : void
SetToDefault ( String propertyGroup ) : void
ToggleProperty ( RtfCtrlWordData ctrlWordData ) : bool

Private Methods

Méthode Description
AddToProperty ( String propertyName, int propertyValue ) : bool
AddToProperty ( String propertyName, long propertyValue ) : bool
RemoveProperty ( String propertyName ) : bool
SetProperty ( String propertyName, Object propertyValueNew ) : bool
SetProperty ( String propertyName, int propertyValueNew ) : bool
SetProperty ( String propertyName, long propertyValueNew ) : bool

Method Details

AddRtfPropertyListener() public méthode

public AddRtfPropertyListener ( IRtfPropertyListener listener ) : void
listener IRtfPropertyListener
Résultat void

AfterChange() public méthode

public AfterChange ( String propertyName ) : void
propertyName String
Résultat void

BeforeChange() public méthode

public BeforeChange ( String propertyName ) : void
propertyName String
Résultat void

GetProperties() public méthode

public GetProperties ( String propertyGroup ) : Hashtable
propertyGroup String
Résultat System.Collections.Hashtable

GetProperty() public méthode

public GetProperty ( String propertyName ) : Object
propertyName String
Résultat Object

IsModified() public méthode

public IsModified ( ) : bool
Résultat bool

IsModifiedCharacter() public méthode

public IsModifiedCharacter ( ) : bool
Résultat bool

IsModifiedDocument() public méthode

public IsModifiedDocument ( ) : bool
Résultat bool

IsModifiedParagraph() public méthode

public IsModifiedParagraph ( ) : bool
Résultat bool

IsModifiedSection() public méthode

public IsModifiedSection ( ) : bool
Résultat bool

RemoveRtfPropertyListener() public méthode

public RemoveRtfPropertyListener ( IRtfPropertyListener listener ) : void
listener IRtfPropertyListener
Résultat void

SetModified() public méthode

public SetModified ( String propertyName, bool modified ) : void
propertyName String
modified bool
Résultat void

SetModifiedCharacter() public méthode

public SetModifiedCharacter ( bool modifiedCharacter ) : void
modifiedCharacter bool
Résultat void

SetModifiedDocument() public méthode

public SetModifiedDocument ( bool modifiedDocument ) : void
modifiedDocument bool
Résultat void

SetModifiedParagraph() public méthode

public SetModifiedParagraph ( bool modifiedParagraph ) : void
modifiedParagraph bool
Résultat void

SetModifiedSection() public méthode

public SetModifiedSection ( bool modifiedSection ) : void
modifiedSection bool
Résultat void

SetProperty() public méthode

public SetProperty ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
Résultat bool

SetToDefault() public méthode

public SetToDefault ( ) : void
Résultat void

SetToDefault() public méthode

public SetToDefault ( String propertyGroup ) : void
propertyGroup String
Résultat void

ToggleProperty() public méthode

public ToggleProperty ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
Résultat bool

Property Details

properties protected_oe property

protected Hashtable,System.Collections properties
Résultat System.Collections.Hashtable