StaticgetComputes the URI of the .rels file for a given part.
The part whose .rels URI to compute.
The .rels URI string (e.g., "/word/_rels/document.xml.rels").
StaticgetReturns the .rels part associated with a given part.
The part whose .rels part to retrieve.
The .rels OpenXmlPart, or undefined if none exists.
StaticisHeuristically determines whether a string is Base64-encoded.
The value to test.
true if the string appears to be Base64-encoded.
Checks the first 500 characters for valid Base64 characters (A-Z, a-z, 0-9, +, /).
Used by OpenXmlPackage.open to distinguish Base64 strings from Flat OPC XML.
Static helper utilities for working with Open XML packages.
Example