ListFormat.apply_bullet_default method. Starts a new default bulleted list and applies it to the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...
ListFormat.apply_number_default method. Starts a new default numbered list and applies it to the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...
ListFormat.list_outdent method. Decreases the list level of the current paragraph by one level.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...
Represents a start of a Word field in a Document in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...
Aspose::Words::Drawing::ShapeBase::get_Height method. Gets or sets the height of the containing block of the shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Aspose::Words::FileFormatInfo::get_LoadFormat method. Gets the detected Document format in C++.... auto doc = System :: MakeObject < Aspose...set_Password ( u "MyPassword" ); doc -> Save ( get_ArtifactsDir ()...
Convert HTML to MARKDOWN format in JavaScript code. Save HTML as MARKDOWN using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...'@aspose/words' ); var doc = new aw.Document( "Input.html" ) doc.save( "Output...