Difference between revisions of "Documentation/DevGuide/ProUNO/The Any Type"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
Line 8: Line 8:
 
[[zh:Zh/Documentation/DevGuide/ProUNO/The Any Type]]
 
[[zh:Zh/Documentation/DevGuide/ProUNO/The Any Type]]
 
{{DISPLAYTITLE:The Any Type}}
 
{{DISPLAYTITLE:The Any Type}}
The special type <code>any</code> can represent values of all other UNO types. In the target languages, the <code>any</code> type requires special treatment. There is an <code>AnyConverter</code> in Java and special operators in C++. For details, see [[Documentation/DevGuide/ProUNO/UNO Language Bindings|UNO Language Bindings]].
+
The special type <code>any</code> can represent values of all other UNO types. In the target languages, the <code>any</code> type requires special treatment. There is an <tt>AnyConverter</tt> in Java and special operators in C++. For details, see [[Documentation/DevGuide/ProUNO/UNO Language Bindings|UNO Language Bindings]].
  
 
{{PDL1}}
 
{{PDL1}}
  
 
[[Category:Documentation/Developer's Guide/Professional UNO]]
 
[[Category:Documentation/Developer's Guide/Professional UNO]]

Revision as of 09:14, 22 February 2009

The special type any can represent values of all other UNO types. In the target languages, the any type requires special treatment. There is an AnyConverter in Java and special operators in C++. For details, see UNO Language Bindings.

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