'Declaration Public Shared Function GetChanges( _
ByVal oldParagraphPropertiesСтарые свойства абзаца.As OpenXmlParagraphProperties, _
ByVal newParagraphPropertiesНовые свойства абзаца.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
- Старые свойства абзаца.
- newParagraphProperties
- Новые свойства абзаца.
Return Value
Новый экземпляр OpenXmlParagraphProperties, содержащий измененные свойства.