Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 4,545 for

paragraph builder

(0.06 sec)
  1. 怎么在光标所在位置插入下一页分节符 - Free Support Forum - aspose...

    原始文档: section.docx (18.8 KB) 预期: reset.section.docx (18.9 KB) 怎么移动到第一个run之前插入分节符?...moveTo(paragraph);这个只能移动到段落之后,我如果移动到前一个段落之后插入的话,会多出一行...n.docx"); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/topic/312497
  2. Aspose::Words::Comment::SetText method | Aspose...

    Aspose::Words::Comment::SetText method. This is a convenience method that allows to easily set text of the comment in C++....contain paragraph breaks, this will create paragraphs of text...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/com...
  3. Aspose::Words::Fields::FieldSeq class | Aspose....

    Aspose::Words::Fields::FieldSeq class. Implements the SEQ field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made....let builder = new aw . DocumentBuilder ( doc ); builder . writeln...Insert a document after the paragraph containing the matched text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 搜索

    搜索...FFprobe("path/to/ffprobe"); FFmpegBuilder builder = new FFmpegBuilder() .add...ffprobe); executor.createJob(builder).run(); } catch (IOException...

    blog.aspose.com/zh-hant/slides/convert-ppt-to-v...
  6. DocumentBuilder.insertDocument method | Aspose....

    Aspose.Words.DocumentBuilder.insertDocument method...let builder = new aw . DocumentBuilder ( doc ); builder . moveToDocumentEnd...moveToDocumentEnd (); builder . insertBreak ( aw . BreakType ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Font.tint_and_shade property | Aspose.Words for...

    Font.tint_and_shade property. Gets or sets a double value that lightens or darkens a color....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln.... add ( aw . StyleType . PARAGRAPH , 'ThemedStyle' ) style ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. ReplacingArgs | Aspose.Words for Java

    Provides data for a custom replace operation in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Our...after the paragraph containing the matched text. Paragraph para =...

    reference.aspose.com/words/java/com.aspose.word...
  9. ParagraphFormat.line_unit_after property | Aspo...

    ParagraphFormat.line_unit_after property. Gets or sets the amount of spacing (in gridlines) after the Paragraphs....(in gridlines) after the paragraphs. @property def line_unit_after...Examples Shows how to change paragraph spacing and indents. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PdfSaveOptions.ExportDocumentStructure | Aspose...

    Control your document's export structure with PdfSaveOptions. Easily manage settings for optimal PDF output and enhance your workflow efficiency....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . ParagraphFormat..."Heading 1" ]; builder . Writeln ( "Hello world!" ); builder . ParagraphFormat...

    reference.aspose.com/words/net/aspose.words.sav...