Home
last modified time | relevance | path

Searched refs:propertyvalue (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java260 PropertyValue propertyvalue[] = new PropertyValue[ 1 ]; in convertDocument() local
262 propertyvalue[ 0 ] = new PropertyValue(); in convertDocument()
263 propertyvalue[ 0 ].Name = "Hidden"; in convertDocument()
264 propertyvalue[ 0 ].Value = new Boolean(true); in convertDocument()
269 stringUrl, "_blank", 0, propertyvalue ); in convertDocument()
277 propertyvalue = new PropertyValue[ 2 ]; in convertDocument()
279 propertyvalue[ 0 ] = new PropertyValue(); in convertDocument()
280 propertyvalue[ 0 ].Name = "Overwrite"; in convertDocument()
281 propertyvalue[ 0 ].Value = new Boolean(true); in convertDocument()
283 propertyvalue[ 1 ] = new PropertyValue(); in convertDocument()
[all …]