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

Mostra file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
properties System.Collections.Hashtable

Public Methods

Method 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

Method 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 method

public AddRtfPropertyListener ( IRtfPropertyListener listener ) : void
listener IRtfPropertyListener
return void

AfterChange() public method

public AfterChange ( String propertyName ) : void
propertyName String
return void

BeforeChange() public method

public BeforeChange ( String propertyName ) : void
propertyName String
return void

GetProperties() public method

public GetProperties ( String propertyGroup ) : Hashtable
propertyGroup String
return System.Collections.Hashtable

GetProperty() public method

public GetProperty ( String propertyName ) : Object
propertyName String
return Object

IsModified() public method

public IsModified ( ) : bool
return bool

IsModifiedCharacter() public method

public IsModifiedCharacter ( ) : bool
return bool

IsModifiedDocument() public method

public IsModifiedDocument ( ) : bool
return bool

IsModifiedParagraph() public method

public IsModifiedParagraph ( ) : bool
return bool

IsModifiedSection() public method

public IsModifiedSection ( ) : bool
return bool

RemoveRtfPropertyListener() public method

public RemoveRtfPropertyListener ( IRtfPropertyListener listener ) : void
listener IRtfPropertyListener
return void

SetModified() public method

public SetModified ( String propertyName, bool modified ) : void
propertyName String
modified bool
return void

SetModifiedCharacter() public method

public SetModifiedCharacter ( bool modifiedCharacter ) : void
modifiedCharacter bool
return void

SetModifiedDocument() public method

public SetModifiedDocument ( bool modifiedDocument ) : void
modifiedDocument bool
return void

SetModifiedParagraph() public method

public SetModifiedParagraph ( bool modifiedParagraph ) : void
modifiedParagraph bool
return void

SetModifiedSection() public method

public SetModifiedSection ( bool modifiedSection ) : void
modifiedSection bool
return void

SetProperty() public method

public SetProperty ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
return bool

SetToDefault() public method

public SetToDefault ( ) : void
return void

SetToDefault() public method

public SetToDefault ( String propertyGroup ) : void
propertyGroup String
return void

ToggleProperty() public method

public ToggleProperty ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
return bool

Property Details

properties protected_oe property

protected Hashtable,System.Collections properties
return System.Collections.Hashtable