'Declaration Public Shared Function GetChanges( _
ByVal oldTextPropertiesThe old text properties.As OpenXmlTextProperties, _
ByVal overrideTextPropertiesThe new text properties.As OpenXmlTextProperties _
) As OpenXmlTextProperties
public static OpenXmlTextProperties GetChanges(
OpenXmlTextProperties oldTextProperties,
OpenXmlTextProperties overrideTextProperties
)
public: static OpenXmlTextProperties* GetChanges(
OpenXmlTextProperties* oldTextProperties,
OpenXmlTextProperties* overrideTextProperties
)
public:
static OpenXmlTextProperties^ GetChanges(
OpenXmlTextProperties^ oldTextProperties,
OpenXmlTextProperties^ overrideTextProperties
)
Parameters
- oldTextProperties
- The old text properties.
- overrideTextProperties
- The new text properties.
Return Value
A new instance of OpenXmlTextProperties that contains changed properties.