Searched refs:propertyvalue_html (Results 1 – 1 of 1) sorted by relevance
112 PropertyValue[] propertyvalue_html = new PropertyValue[2]; in createTempDocs() local113 propertyvalue_html[0] = new PropertyValue(); in createTempDocs()114 propertyvalue_html[0].Name = new String("Overwrite"); in createTempDocs()115 propertyvalue_html[0].Value = new Boolean(true); in createTempDocs()116 propertyvalue_html[1] = new PropertyValue(); in createTempDocs()117 propertyvalue_html[1].Name = ("FilterName"); in createTempDocs()119 propertyvalue_html[1].Value = new String("swriter: HTML (StarWriter)"); in createTempDocs()120 storedDoc.storeAsURL( filenameURL + ".html", propertyvalue_html); in createTempDocs()
Completed in 15 milliseconds