Difference between revisions of "Documentation/DevGuide/Drawings/Navigating"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
m (FINAL VERSION FOR L10N)
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
|NextPage=Documentation/DevGuide/Drawings/Handling Presentation Document Files
 
|NextPage=Documentation/DevGuide/Drawings/Handling Presentation Document Files
 
}}
 
}}
{{DISPLAYTITLE:Navigating}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Drawings/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Navigating}}
 
<!--<idltopic>com.sun.star.container.XNamed</idltopic>-->
 
<!--<idltopic>com.sun.star.container.XNamed</idltopic>-->
 
Initially, shapes in a document can only be accessed by their index. The only method to get more information about a shape on the page is to test for the shape type, so it is impossible to identify a particular shape. However, after a shape is inserted, you can name it in the user interface or through the shape interface <idl>com.sun.star.container.XNamed</idl>, and identify the shape by its name after retrieving it by index. Shapes cannot be accessed by their names.
 
Initially, shapes in a document can only be accessed by their index. The only method to get more information about a shape on the page is to test for the shape type, so it is impossible to identify a particular shape. However, after a shape is inserted, you can name it in the user interface or through the shape interface <idl>com.sun.star.container.XNamed</idl>, and identify the shape by its name after retrieving it by index. Shapes cannot be accessed by their names.
Line 12: Line 13:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Drawing Documents and Presentation Documents]]
+
 
 +
[[Category:Documentation/Developer's Guide/Drawing Documents and Presentation Documents]]

Latest revision as of 12:15, 15 May 2009



Initially, shapes in a document can only be accessed by their index. The only method to get more information about a shape on the page is to test for the shape type, so it is impossible to identify a particular shape. However, after a shape is inserted, you can name it in the user interface or through the shape interface com.sun.star.container.XNamed, and identify the shape by its name after retrieving it by index. Shapes cannot be accessed by their names.

Searching and replacing text in Drawing documents retrieves the shapes that contain the text that is searched for. For more information, refer to Search and Replace.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages