473,399 Members | 3,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

I want get power point note text

Application - Powerpoint 2003
VisualBasic - 2008

************************************************** ************************************

I want know, How can i extract the power point note text?

Any help, please replay.
Jul 29 '09 #1
3 3200
Frinavale
9,735 Expert Mod 8TB
What are you trying to do?

Powerpoint is used to create slide show presentations. There's text, graphics, videos, hyperlinks, direction/flow navigation, animations, and even music sometimes....

How are you planning on converting all of this to a "note text"?
What is a "note text"?
Jul 29 '09 #2
Thanks for your reply,

I want to extract the text from the............

PPT>>>Menu>>>View>>>Note pages text (presentations note)

Thanks
Jul 30 '09 #3
Hi

I able to get text form note page text , but i can not find still now , how to get text from the note page table text?

my note page extract text code is

Expand|Select|Wrap|Line Numbers
  1.  g_PPTApp = New PowerPoint.Application
  2.         g_PPTApp.Visible = MsoTriState.msoTrue
  3.  
  4.         Dim powerP As PowerPoint.Presentation = g_PPTApp.Presentations.Open(OpenFile, , , MsoTriState.msoTrue)
  5.  
  6.         Dim NotesText As String = String.Empty
  7.  
  8.         For Each slide As PowerPoint.Slide In g_PPTApp.ActivePresentation.Slides
  9.             For Each shape As PowerPoint.Shape In slide.NotesPage.Shapes
  10.  
  11.                 If shape.HasTextFrame = MsoTriState.msoTrue Then
  12.  
  13.                     If shape.TextFrame.HasText = MsoTriState.msoTrue Then
  14.                         NotesText = shape.TextFrame.TextRange.Text
  15.  
  16.                     End If
  17.                 End If
  18.  
  19.             Next
  20.         Next
  21.  
  22.         powerP.Close()
  23.         powerP = Nothing
Jul 31 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

14
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
4
by: HEATHER CARTER-YOUNG | last post by:
Please help. I have two databases - one I'm designing that will be our in-house data mgmt system (db1) and another that is a federally-mandated system (db2). We must submit data from db2 but don't...
3
by: VJ | last post by:
How do I create power point style text box Thanks Vijay
1
by: Rashmi | last post by:
I have to create a power point from a web application and render it on a web browser. I tried automation of office power point on the server but read an article published by microsoft which talks...
0
by: Deepak C.G via .NET 247 | last post by:
I want to dispose the image object in my child form, unless I won't dispose this object i can't delete the image file in my folder. I get this error in MDIparent form "An unhandled exception...
9
by: mathon | last post by:
hi, i already posted an entry because of this problem, unfortunately i havent solved it so far..:( I have created a recursion for the calculation of the power like this: double...
0
by: Austen | last post by:
my application will open a power point, append variable slides into it and run the power point presentation show. after the show end . i have to quite the power point. currently i using sleep...
6
by: maxthebaz | last post by:
Our machines have this requirement: if power failure occurs, many important variables are to be resumed from where they were interrupted after the machine is restarted (power on in this case). In...
0
by: yuenli | last post by:
Hi! I am using Microsoft Office Interop Power Point to build a Power Point Automation program. Does anyone know how to insert a table in the power point slide using the above object library?...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.