'Declaration Public Shared Function GetChanges( _
ByVal oldParagraphPropertiesThe old paragraph properties.As OpenXmlParagraphProperties, _
ByVal newParagraphPropertiesThe new paragraph properties.As OpenXmlParagraphProperties _
) As OpenXmlParagraphProperties
public static OpenXmlParagraphProperties GetChanges(
OpenXmlParagraphProperties oldParagraphProperties,
OpenXmlParagraphProperties newParagraphProperties
)
public: static OpenXmlParagraphProperties* GetChanges(
OpenXmlParagraphProperties* oldParagraphProperties,
OpenXmlParagraphProperties* newParagraphProperties
)
public:
static OpenXmlParagraphProperties^ GetChanges(
OpenXmlParagraphProperties^ oldParagraphProperties,
OpenXmlParagraphProperties^ newParagraphProperties
)
Parameters
- oldParagraphProperties
- The old paragraph properties.
- newParagraphProperties
- The new paragraph properties.
Return Value
A new instance of OpenXmlParagraphProperties that contains changed properties.