This topic has not yet been rated - Rate this topic

_Presentation.ReloadAs Method

Office 2010

Reloads a presentation based on a specified HTML document encoding.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
void ReloadAs(
	MsoEncoding cp
)

Parameters

cp
Type: MsoEncoding
The document encoding to use when reloading the webpage.

The cp parameter value can be one of these MsoEncoding constants.

msoEncodingArabicAutoDetect()

msoEncodingAutoDetect()

msoEncodingCyrillicAutoDetect()

msoEncodingGreekAutoDetect()

msoEncodingJapaneseAutoDetect()

msoEncodingKoreanAutoDetect()

msoEncodingSimplifiedChineseAutoDetect()

msoEncodingTraditionalChineseAutoDetect()

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.