Sort Score
Result 10 results
Languages All
Labels All
Results 7,121 - 7,130 of 18,336 for

paragraph

(0.11 sec)
  1. Arbeiten mit Absätzen in Python|Aspose.Words fü...

    Fügen Sie einen Absatz ein und legen Sie seine Formatierung in einem Dokument mit Python fest....wird ein Absatz durch die Paragraph -Klasse dargestellt. Fügen...Absatzformatierung wird durch die paragraph_format -Eigenschaft bestimmt...

    docs.aspose.com/words/de/python-net/working-wit...
  2. FieldAutoNumLgl.remove_trailing_period property...

    FieldAutoNumLgl.remove_trailing_period property. Gets or sets whether to display the number without a trailing period.... current_paragraph . paragraph_format . style_identifier... builder . current_paragraph . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BuiltInDocumentProperties.CharactersWithSpaces ...

    اكتشف خاصية BuiltInDocumentProperties CharactersWithSpaces، التي تقوم بتقدير عدد الأحرف، بما في ذلك المسافات، لإدارة المستندات بكفاءة....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...المضمنة "الفقرات". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/ar/net/aspose.words....
  4. BuiltInDocumentProperties.Bytes | Aspose.Words ...

    Upptäck egenskapen BuiltInDocumentProperties Bytes, ett viktigt verktyg för att uppskatta dokumentstorlek, förbättra filhantering och effektivitet....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...egenskapen "Stycken". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/sv/net/aspose.words....
  5. BuiltInDocumentProperties.ContentStatus | Aspos...

    Gestisci lo stato del contenuto dei tuoi documenti in modo semplice con la proprietà ContentStatus di BuiltInDocumentProperties. Migliora l'organizzazione e l'efficienza oggi stesso!...= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope..."Paragrafi". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/it/net/aspose.words....
  6. EditableRange.SingleUser | Aspose.Words för .NET

    Upptäck egenskapen EditableRange SingleUser för att effektivt hantera redigerbara intervall, vilket säkerställer sömlöst samarbete och användarspecifik åtkomstkontroll...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( $"This paragraph is inside the first editable...

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

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

    blog.aspose.com/zh/pdf/create-table-in-pdf-file...
  8. Gérer les zones de texte dans les présentations...

    Aspose.Slides pour .NET facilite la création, la modification et la duplication de zones de texte dans les fichiers PowerPoint et OpenDocument, améliorant ainsi l'automatisation de vos présentations....TextFrame ; // Crée l'objet Paragraph pour le cadre de texte IParagraph...IParagraph para = txtFrame . Paragraphs [ 0 ]; // Crée un objet Portion...

    docs.aspose.com/slides/fr/net/manage-textbox/
  9. У管理ление гиперссылками презентаций на Android|Д...

    Легко управляйте гиперссылками в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для Android через Java — повышайте интерактивность и эффективность работы за считанные минуты....clear (); Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...setFillType ( FillType . Solid ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/ru/androidjava/manage-hy...
  10. Aspose.PDF С++ 예제|Aspose.PDF for C++

    이 페이지는 간단한 프로그래밍으로 텍스트 - Hello World를 포함하는 PDF 문서를 만드는 방법을 보여줍니다....auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/ko/cpp/hello-world-example/