Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 18,327 for

paragraphs

(0.62 sec)
  1. إضافة كائن قوس إلى ملف PDF|Aspose.PDF for .NET

    يشرح هذا المقال كيفية إنشاء كائن قوس إلى ملف PDF الخاص بك باستخدام Aspose.PDF for .NET....object to paragraphs collection of page page . Paragraphs . Add (...to the paragraphs collection of page page . Paragraphs . Add (...

    docs.aspose.com/pdf/ar/net/add-arc/
  2. Wyodrębnij tekst i obrazy z dokumentu ODP za po...

    Przykładowy kod C++ do wyodrębniania tekstu i obrazów z pliku ODP w C++ Runtime Environment dla Windows 32-bitowy, Windows 64-bitowy i Linux 64-bitowy....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/pl/cpp/parser/odp/
  3. EditableRangeStart.Accept | Aspose.Words per .NET

    Scopri il metodo EditableRangeStart Accept per gestire in modo efficiente le interazioni dei visitatori e migliorare l'esperienza utente sul tuo sito...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( $"This paragraph is inside the first editable...

    reference.aspose.com/words/it/net/aspose.words/...
  4. BuiltInDocumentProperties.ContentType | Aspose....

    Scopri come utilizzare la proprietà ContentType di BuiltInDocumentProperties per gestire in modo efficiente il tipo di contenuto del tuo documento, migliorandone l'organizzazione....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope..."Paragrafi". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/it/net/aspose.words....
  5. EditableRange.SingleUser | Aspose.Words for .NET

    Discover the EditableRange SingleUser property to efficiently manage editable ranges, ensuring seamless collaboration and user-specific access control...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( $"This paragraph is inside the first editable...

    reference.aspose.com/words/net/aspose.words/edi...
  6. ImportFormatOptions.KeepSourceNumbering | Aspos...

    Styr dokumentnumrering med egenskapen ImportFormatOptions KeepSourceNumbering. Hantera enkelt kollisioner för sömlös import. Standardvärde falskt....importFormatOptions ); foreach ( Paragraph paragraph in srcDoc . FirstSection...FirstSection . Body . Paragraphs ) { Node importedNode = importer . ImportNode...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.TEXT format in Java....txt document with a custom paragraph break. Document doc = new...writeln("Paragraph 1."); builder.writeln("Paragraph 2."); builder...

    reference.aspose.com/words/java/com.aspose.word...
  8. Why does ParagraphFormat.getFirstLineIndent() r...

    请看一下附件里的template.zip (42.3 KB)这个模板文件,可以看到如附件里的 这个截图所示,first line indent是没有设置的。 然后当我在用Aspose Java的API去读取这个模板文件里的这个样式的first line indent时,发现得到的是-28.35,见附件里的 截图。截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”)…...typically indicates that the paragraph has a hanging indent set....that the first line of the paragraph is indented to the left of...

    forum.aspose.com/t/why-does-paragraphformat-get...
  9. FieldListNum Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.Fields.FieldListNum för sömlös implementering av LISTNUM-fält. Förbättra dokumentautomationen med kraftfulla funktioner idag!... Writeln ( "Paragraph 1" ); Assert . AreEqual (...true ); builder . Writeln ( "Paragraph 2" ); // Nästa LISTNUM-fält...

    reference.aspose.com/words/sv/net/aspose.words....
  10. 档案

    档案...Paragraphs.Add(Table) 方法将表格添加到页面。 使用...3)"); } // 将表格添加到页面 page.Paragraphs.Add(table); // 保存 PDF 文档...

    blog.aspose.com/zh/pdf/create-table-in-pdf-file...