<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Macro make Office Automation Easier</title>
	<atom:link href="http://www.ocxt.com/archives/14/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ocxt.com/archives/14</link>
	<description>ActiveX document container for hosting Office documents and PDF (including Adobe PDF, Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project and Microsoft Visio documents)</description>
	<lastBuildDate>Sat, 19 Nov 2011 03:49:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: office viewer</title>
		<link>http://www.ocxt.com/archives/14#comment-37</link>
		<dc:creator>office viewer</dc:creator>
		<pubDate>Sun, 23 Sep 2007 04:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocxt.com/archives/14#comment-37</guid>
		<description>/* SlideShow Functions */
[id(99), helpstring(&quot;Opens then plays the PowerPoint slide show file in the same window or full screen.&quot;)]
HRESULT SlideShowOpenAndPlay([in] VARIANT Document, [in] VARIANT_BOOL bFullScreen, [in] VARIANT_BOOL bShowWebToolbar, [in] VARIANT_BOOL bLoopUntilStopped, 
[in] VARIANT_BOOL bShowScrollBar, [in, optional] VARIANT WebUsername, [in, optional] VARIANT WebPassword);

[id(100), helpstring(&quot;Plays the PowerPoint slide show file in the same window or full screen.&quot;)] 
HRESULT SlideShowPlay([in] VARIANT_BOOL bFullScreen, [in] VARIANT_BOOL bShowWebToolbar, [in] VARIANT_BOOL bLoopUntilStopped, [in] VARIANT_BOOL bShowScrollBar);

[id(101), helpstring(&quot;Exits the slide show play window.&quot;)]
HRESULT SlideShowExit();
		
[id(102), helpstring(&quot;Goes to the first slide in the opened PowerPoint file.&quot;)]
HRESULT SlideGotoFirst();

[id(103), helpstring(&quot;Goes to the previous slide in the opened PowerPoint file.&quot;)]
HRESULT SlideGotoPrevious();

[id(104), helpstring(&quot;Goes to the next slide in the opened PowerPoint file.&quot;)]
HRESULT SlideGotoNext();

[id(105), helpstring(&quot;Goes to the last slide in the opened PowerPoint file.&quot;)]
HRESULT SlideGotoLast();

[id(106), helpstring(&quot;Goes to the specified slide in the opened PowerPoint file based on the index.&quot;)]
HRESULT SlideGotoPage(long nPage);

[id(107), helpstring(&quot;Returns the count of slides.&quot;)]
HRESULT SlideGetCount([out,retval] long* nCount);</description>
		<content:encoded><![CDATA[<p>/* SlideShow Functions */<br />
[id(99), helpstring("Opens then plays the PowerPoint slide show file in the same window or full screen.")]<br />
HRESULT SlideShowOpenAndPlay([in] VARIANT Document, [in] VARIANT_BOOL bFullScreen, [in] VARIANT_BOOL bShowWebToolbar, [in] VARIANT_BOOL bLoopUntilStopped,<br />
[in] VARIANT_BOOL bShowScrollBar, [in, optional] VARIANT WebUsername, [in, optional] VARIANT WebPassword);</p>
<p>[id(100), helpstring("Plays the PowerPoint slide show file in the same window or full screen.")]<br />
HRESULT SlideShowPlay([in] VARIANT_BOOL bFullScreen, [in] VARIANT_BOOL bShowWebToolbar, [in] VARIANT_BOOL bLoopUntilStopped, [in] VARIANT_BOOL bShowScrollBar);</p>
<p>[id(101), helpstring("Exits the slide show play window.")]<br />
HRESULT SlideShowExit();</p>
<p>[id(102), helpstring("Goes to the first slide in the opened PowerPoint file.")]<br />
HRESULT SlideGotoFirst();</p>
<p>[id(103), helpstring("Goes to the previous slide in the opened PowerPoint file.")]<br />
HRESULT SlideGotoPrevious();</p>
<p>[id(104), helpstring("Goes to the next slide in the opened PowerPoint file.")]<br />
HRESULT SlideGotoNext();</p>
<p>[id(105), helpstring("Goes to the last slide in the opened PowerPoint file.")]<br />
HRESULT SlideGotoLast();</p>
<p>[id(106), helpstring("Goes to the specified slide in the opened PowerPoint file based on the index.")]<br />
HRESULT SlideGotoPage(long nPage);</p>
<p>[id(107), helpstring("Returns the count of slides.")]<br />
HRESULT SlideGetCount([out,retval] long* nCount);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: office viewer</title>
		<link>http://www.ocxt.com/archives/14#comment-36</link>
		<dc:creator>office viewer</dc:creator>
		<pubDate>Sun, 23 Sep 2007 04:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocxt.com/archives/14#comment-36</guid>
		<description>/* Excel Functions */
[id(83), helpstring(&quot;Adds a new worksheet to an opened Excel file.&quot;)]
HRESULT ExcelAddWorkSheet([in] int Index);	

[id(84), helpstring(&quot;Deletes a new worksheet from an opened Excel file.&quot;)]
HRESULT ExcelDeleteWorkSheet([in] int Index);	

[id(85), helpstring(&quot;Activates the worksheet by the index.&quot;)]
HRESULT ExcelActivateWorkSheet([in] int Index);	

[id(86), helpstring(&quot;Returns the counts of worksheets in the opened workbook.&quot;)]
HRESULT ExcelGetWorkSheetCount([out,retval] long* Count);	

[id(87), helpstring(&quot;Populates a specified cell with a string value.&quot;)]
HRESULT ExcelSetCellValue([in] int Column, [in] int Row, [in] BSTR Value);

[id(88), helpstring(&quot;Returns the contents of the specified cell.&quot;)]
HRESULT ExcelGetCellValue([in] int Column, [in] int Row, [out,retval] BSTR* Value);

[id(89), helpstring(&quot;Sets the height of the specified rows.&quot;)]
HRESULT ExcelSetRowHeight([in] int Row, [in] double Height);	

[id(90), helpstring(&quot;Sets the width of the specified columns.&quot;)]
HRESULT ExcelSetColumnWidth([in] int Column, [in] double Width);			

[id(91), helpstring(&quot;Deletes the specified row.&quot;)]
HRESULT ExcelDeleteRow([in] int Row);	

[id(92), helpstring(&quot;Deletes the specified column.&quot;)]
HRESULT ExcelDeleteColumn([in] int Column);	
		
[id(93), helpstring(&quot;Inserts a new row after the specified row.&quot;)]
HRESULT ExcelInsertRow([in] int Row);

[id(94), helpstring(&quot;Inserts a new column after the specified column.&quot;)]
HRESULT ExcelInsertColumn([in] int Column);			

[id(95), helpstring(&quot;Inserts a page break after the specified row.&quot;)]
HRESULT ExcelInsertPageBreakInRow([in] int Row);

[id(96), helpstring(&quot;Inserts a page break after the specified column.&quot;)]
HRESULT ExcelInsertPageBreakInColumn([in] int Column);

[id(97), helpstring(&quot;Copies the whole sheet to clipboard.&quot;)]
HRESULT ExcelCopyToClipboard();

[id(98), helpstring(&quot;Inserts data to the worksheet like clipboard.&quot;)]
HRESULT ExcelPasteStringToWorksheet([in] BSTR bstText);</description>
		<content:encoded><![CDATA[<p>/* Excel Functions */<br />
[id(83), helpstring("Adds a new worksheet to an opened Excel file.")]<br />
HRESULT ExcelAddWorkSheet([in] int Index);	</p>
<p>[id(84), helpstring("Deletes a new worksheet from an opened Excel file.")]<br />
HRESULT ExcelDeleteWorkSheet([in] int Index);	</p>
<p>[id(85), helpstring("Activates the worksheet by the index.")]<br />
HRESULT ExcelActivateWorkSheet([in] int Index);	</p>
<p>[id(86), helpstring("Returns the counts of worksheets in the opened workbook.")]<br />
HRESULT ExcelGetWorkSheetCount([out,retval] long* Count);	</p>
<p>[id(87), helpstring("Populates a specified cell with a string value.")]<br />
HRESULT ExcelSetCellValue([in] int Column, [in] int Row, [in] BSTR Value);</p>
<p>[id(88), helpstring("Returns the contents of the specified cell.")]<br />
HRESULT ExcelGetCellValue([in] int Column, [in] int Row, [out,retval] BSTR* Value);</p>
<p>[id(89), helpstring("Sets the height of the specified rows.")]<br />
HRESULT ExcelSetRowHeight([in] int Row, [in] double Height);	</p>
<p>[id(90), helpstring("Sets the width of the specified columns.")]<br />
HRESULT ExcelSetColumnWidth([in] int Column, [in] double Width);			</p>
<p>[id(91), helpstring("Deletes the specified row.")]<br />
HRESULT ExcelDeleteRow([in] int Row);	</p>
<p>[id(92), helpstring("Deletes the specified column.")]<br />
HRESULT ExcelDeleteColumn([in] int Column);	</p>
<p>[id(93), helpstring("Inserts a new row after the specified row.")]<br />
HRESULT ExcelInsertRow([in] int Row);</p>
<p>[id(94), helpstring("Inserts a new column after the specified column.")]<br />
HRESULT ExcelInsertColumn([in] int Column);			</p>
<p>[id(95), helpstring("Inserts a page break after the specified row.")]<br />
HRESULT ExcelInsertPageBreakInRow([in] int Row);</p>
<p>[id(96), helpstring("Inserts a page break after the specified column.")]<br />
HRESULT ExcelInsertPageBreakInColumn([in] int Column);</p>
<p>[id(97), helpstring("Copies the whole sheet to clipboard.")]<br />
HRESULT ExcelCopyToClipboard();</p>
<p>[id(98), helpstring("Inserts data to the worksheet like clipboard.")]<br />
HRESULT ExcelPasteStringToWorksheet([in] BSTR bstText);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: office viewer</title>
		<link>http://www.ocxt.com/archives/14#comment-35</link>
		<dc:creator>office viewer</dc:creator>
		<pubDate>Sun, 23 Sep 2007 04:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocxt.com/archives/14#comment-35</guid>
		<description>Office Viewer 5.2 version provides some common used interface for office automation.
/* Word Functions */
[id(72), helpstring(&quot;Copies the whole content to the clipboard.&quot;)]
HRESULT WordCopyToClipboard();	

[id(73), helpstring(&quot;Copies the whole content to the clipboard as picture.&quot;)]
HRESULT WordCopyToClipboardAsPicture();	

[id(74), helpstring(&quot;Pastes to the opened Word file from the clipboard data.&quot;)]
HRESULT WordPasteFromClipboard();	

[id(75), helpstring(&quot;Pastes to the opened Word file from the clipboard data with special format.&quot;)]
HRESULT WordPasteSpecialFromClipboard([in] WdPasteDataType lFormatType, [in] VARIANT_BOOL vFloatOverText);	
		
[id(76), helpstring(&quot;Inserts a file to opened Word file.&quot;)]
HRESULT WordInsertFile([in] BSTR FilePath);	

[id(77), helpstring(&quot;Inserts text content to opened Word file.&quot;)]
HRESULT WordInsertText([in] BSTR Text);	

[id(78), helpstring(&quot;Inserts a picture to opened Word file.&quot;)]
HRESULT WordInsertPicture([in] BSTR FilePath, [in] VARIANT_BOOL InlineObject);	

[id(79), helpstring(&quot;Inserts a break to opened Word file.&quot;)]
HRESULT WordInsertBreak([in] WdBreakType BreakType);	

[id(80), helpstring(&quot;Goes to the specified item in the Word document.&quot;)]
HRESULT WordGotoItem([in] WdGoToItem What, [in] WdGoToDirection Which, [in, optional] VARIANT Count, [in, optional] VARIANT Name);	

[id(81), helpstring(&quot;Replaces all the specified string value with another string value.&quot;)]
HRESULT WordReplace([in] BSTR Text, [in] BSTR ReplaceText, [in] VARIANT_BOOL MatchWholeWord, [in] VARIANT_BOOL MatchCase);	

[id(82), helpstring(&quot;Compares and merges documents then displays it in the current windows.&quot;)]
HRESULT WordMergeAndCompare([in] BSTR TargetFilePath);</description>
		<content:encoded><![CDATA[<p>Office Viewer 5.2 version provides some common used interface for office automation.<br />
/* Word Functions */<br />
[id(72), helpstring("Copies the whole content to the clipboard.")]<br />
HRESULT WordCopyToClipboard();	</p>
<p>[id(73), helpstring("Copies the whole content to the clipboard as picture.")]<br />
HRESULT WordCopyToClipboardAsPicture();	</p>
<p>[id(74), helpstring("Pastes to the opened Word file from the clipboard data.")]<br />
HRESULT WordPasteFromClipboard();	</p>
<p>[id(75), helpstring("Pastes to the opened Word file from the clipboard data with special format.")]<br />
HRESULT WordPasteSpecialFromClipboard([in] WdPasteDataType lFormatType, [in] VARIANT_BOOL vFloatOverText);	</p>
<p>[id(76), helpstring("Inserts a file to opened Word file.")]<br />
HRESULT WordInsertFile([in] BSTR FilePath);	</p>
<p>[id(77), helpstring("Inserts text content to opened Word file.")]<br />
HRESULT WordInsertText([in] BSTR Text);	</p>
<p>[id(78), helpstring("Inserts a picture to opened Word file.")]<br />
HRESULT WordInsertPicture([in] BSTR FilePath, [in] VARIANT_BOOL InlineObject);	</p>
<p>[id(79), helpstring("Inserts a break to opened Word file.")]<br />
HRESULT WordInsertBreak([in] WdBreakType BreakType);	</p>
<p>[id(80), helpstring("Goes to the specified item in the Word document.")]<br />
HRESULT WordGotoItem([in] WdGoToItem What, [in] WdGoToDirection Which, [in, optional] VARIANT Count, [in, optional] VARIANT Name);	</p>
<p>[id(81), helpstring("Replaces all the specified string value with another string value.")]<br />
HRESULT WordReplace([in] BSTR Text, [in] BSTR ReplaceText, [in] VARIANT_BOOL MatchWholeWord, [in] VARIANT_BOOL MatchCase);	</p>
<p>[id(82), helpstring("Compares and merges documents then displays it in the current windows.")]<br />
HRESULT WordMergeAndCompare([in] BSTR TargetFilePath);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

