Version

RichTextObjectHelpers Class Members

The following tables list the members exposed by RichTextObjectHelpers.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)ApplyUnsupportedContentHighlightApplies the RichTextDocument.UnsupportedContentHighlightSettings to the specified RunNode.  
Public Methodstatic (Shared in Visual Basic)AreTableLevelSettingsEqualDetermines whether two TableSettings have the same values for properties defined on TableInstanceSettingsBase and higher in the type hierarchy.  
Public Methodstatic (Shared in Visual Basic)CalculateRenderSizeCalculates the bounding rectangle size for an image based on its original size after applying some transforms  
Public Methodstatic (Shared in Visual Basic)CreateEquivalentTableAreaCellSettingsCreates a TableAreaCellSettings instance which has copies of all properties defined on the common base classes of TableCellSettings and TableAreaCellSettings.  
Public Methodstatic (Shared in Visual Basic)CreateEquivalentTableAreaRowSettingsCreates a TableAreaRowSettings instance which has copies of all properties defined on the common base classes of TableRowSettings and TableAreaRowSettings.  
Public Methodstatic (Shared in Visual Basic)CreateEquivalentTableAreaTableSettingsCreates a TableRowSettingsExceptions instance which has copies of all properties defined on the common base classes of TableSettings and TableRowSettingsExceptions.  
Public Methodstatic (Shared in Visual Basic)CreateEquivalentTableRowSettingsExceptionsCreates a TableRowSettingsExceptions instance which has copies of all properties defined on the common base classes of TableSettings and TableRowSettingsExceptions.  
Public Methodstatic (Shared in Visual Basic)CreateRunNodeForUnsupportedContentCreates a RunNode which can be used to load unsupported content and conditionally places it in the specified owner based on the RichTextDocument.UnsupportedContentHandlingMode value.  
Public Methodstatic (Shared in Visual Basic)GetAssociatedDocumentGets the associated RichTextDocument into which the loaded data from the clipboard will be added.  
Public Methodstatic (Shared in Visual Basic)GetImageNodeRenderSizeResolvedReturns the render size of the image, excluding any render effects such as shadows (read-only).  
Public Methodstatic (Shared in Visual Basic)GetResolvedStyle<TStyle>Gets a resolved style which includes default and based on settings.  
Public Methodstatic (Shared in Visual Basic)GetUnsupportedImageGets the image representing unsupported content which has no text.  
Public Methodstatic (Shared in Visual Basic)ResetCharacterStyleCharacterSettingsResolvedFromBasedOnResets any properties on the CharacterStyle.CharacterSettings of the specified style if they would have been resolved to the same value from the RichTextStyleBase.BasedOn style.  
Public Methodstatic (Shared in Visual Basic)ResetMatchingProperties<T>Compares two instances and resets any properties in the target instance if they have the same value that is set on the source instance.  
Public Methodstatic (Shared in Visual Basic)ResetOverridingProperties<T>Compares two instances and resets any properties in the target instance if they are set on the source instance so source values are allowed to be used in a resolved settings instance.  
Public Methodstatic (Shared in Visual Basic)ResetParagraphNodeSettingsResolvedFromStyleResets any properties on the ParagraphNode.Settings of the specified paragraph if they would have been resolved to the same value from the paragraph's style.  
Public Methodstatic (Shared in Visual Basic)ResetParagraphStyleCharacterSettingsResolvedFromBasedOnResets any properties on the ParagraphStyle.CharacterSettings of the specified style if they would have been resolved to the same value from the RichTextStyleBase.BasedOn style.  
Public Methodstatic (Shared in Visual Basic)ResetParagraphStyleParagraphSettingsResolvedFromBasedOnResets any properties on the ParagraphStyle.ParagraphSettings of the specified style if they would have been resolved to the same value from the RichTextStyleBase.BasedOn style.  
Public Methodstatic (Shared in Visual Basic)ResetRunNodeSettingsResolvedFromStyleResets any properties on the RunNode.Settings of the specified run if they would have been resolved to the same value from the run's style.  
See Also