Version

Search Results

RelationshipTargetMode Enumeration

Specifies whether the target of an IPackageRelationship is inside or outside the IPackage. Syntax Members Member Description External The relationship references a resource that is external to the package. Internal The relationship references a part that is inside the package.

Infragistics.Documents.Core.Packaging Namespace

Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Documents.IO Assembly

Infragistics.Documents.Core Namespace

Classes Class Description See Also Reference Infragistics.Documents.IO Assembly

DocumentsResourceCustomizer Class

Class used to provide the ability to customize resource strings. Syntax

DocumentsResourceCustomizer Class Members

Public Constructors Public Methods

GetCustomizedString Method

Gets the customized string identified by the specified string resource name. Syntax Parameters name Name of the string resource that was customized. Return Value The customized string or null if the resource wasnt customized.

ResetAllCustomizedStrings Method

Clears all strings customized by calls to SetCustomizedString method. Syntax

ResetCustomizedString Method

Resets a customized string identified by the specified string resource name so that it will load from the resource file. Syntax Parameters name Name of the string resource to customize.

SetCustomizedString Method

Sets a customized string identified by the specified string resource name. Syntax Parameters name Name of the string resource to customize.customizedText The customized string. If null this has the same effect as calling ResetCustomizedString