search for: textframe

Displaying 3 results from an estimated 3 matches for "textframe".

Did you mean: testframe
2010 Oct 01
0
Populating values in a PowerPoint table
...(myPres$pres, "Slides"), "Count") + 1, 4) comInvoke(myPres$Current.Slide, "Select") # populate the slide's title slideTitleHanlde <- comGetProperty(comGetProperty(comGetProperty(comGetProperty(myPres$Current.Slide, "Shapes"), "Title"), "TextFrame"), "TextRange") comSetProperty(slideTitleHanlde, "Text", "Table Slide Title") # Add table to current slide myShapes <- comGetProperty(myPres$Current.Slide, "Shapes") myTable1 <- comInvoke(myShapes, "AddTable",7,3) -- Saar Golde, Ph.D....
2008 May 29
4
Problem opening Adobe Indesign in Ubuntu Linux 7.0
...(nil),(nil),4,2,4,0,0,0,0,{12},0} fixme:typelib2:ctl2_encode_typedesc Unrecognized type 12. fixme:typelib2:ICreateTypeInfo2_fnSetFuncAndParamNames (0x3a9f578,270,L"Parent",1), stub! fixme:typelib2:ICreateTypeInfo2_fnSetFuncDocString (0x3a9f578,270,L"The Text's parent as TextPath, TextFrame, Text, Character, Word, Line, TextColumn, Paragraph, TextStyleRange, InsertionPoint, Story, Cell or XMLElement"), stub! fixme:typelib2:ICreateTypeInfo2_fnSetFuncHelpContext (0x3a9f578,0,0), stub! wine: Unhandled page fault on read access to 0x60000082 at address 0x4cb98385 (thread 0009), start...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up