Sort Score
Result 10 results
Languages All
Labels All
Results 5,621 - 5,630 of 18,326 for

paragraphs

(0.2 sec)
  1. Работа с заголовками в PDF|Aspose.PDF for .NET

    Создайте нумерацию заголовков в вашем PDF-документе на C#. Aspose.PDF for .NET предлагает различные виды стилей нумерации.... Paragraphs . Add ( floatBox ); // Add...IsAutoSequence = true ; floatBox . Paragraphs . Add ( heading ); var heading2...

    docs.aspose.com/pdf/ru/net/working-with-headings/
  2. PDF에서 제목 작업하기|Aspose.PDF for Python via .NET

    Python을 사용하여 PDF 문서의 제목에 번호 매기기를 생성합니다. Aspose.PDF for Python via .NET은 다양한 종류의 번호 매기기 스타일을 제공합니다.... paragraphs . add ( float_box ) heading...is_auto_sequence = True float_box . paragraphs . add ( heading ) heading2...

    docs.aspose.com/pdf/ko/python-net/working-with-...
  3. StyleCollection.Item | Aspose.Words för .NET

    Upptäck StyleCollections kraftfulla Item-egenskap för att enkelt hämta stilar efter namn eller alias, vilket enkelt förbättrar din designupplevelse!...Paragraph" kommer samlingen att tillämpa...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . AreEqual...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. StyleCollection.Item | Aspose.Words per .NET

    Scopri la potente proprietà Item di StyleCollection per recuperare facilmente gli stili in base al nome o all'alias, migliorando con facilità la tua esperienza di progettazione!...Paragraph", la raccolta applicherà i...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . AreEqual...

    reference.aspose.com/words/it/net/aspose.words/...
  5. EditableRangeStart.Accept | Aspose.Words för .NET

    Upptäck EditableRangeStart Accept-metoden för att effektivt hantera besökarinteraktioner och förbättra användarupplevelsen på din webbplats...." + " 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/...
  6. BuiltInDocumentProperties.ContentType | Aspose....

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

    reference.aspose.com/words/ar/net/aspose.words....
  7. BuiltInDocumentProperties.ContentType | Aspose....

    Upptäck hur du använder egenskapen ContentType i BuiltInDocumentProperties för att effektivt hantera dokumentets innehållstyp och förbättra organisationen....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...egenskapen "Stycken". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/sv/net/aspose.words....
  8. PageSetup.sectionStart property | Aspose.Words ...

    PageSetup.sectionStart property. Returns or sets the type of section break for the specified object....section, one body and one paragraph. // Call the "RemoveAllChildren"...appendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. EditableRangeEnd.Accept | Aspose.Words for .NET

    Discover the EditableRangeEnd Accept method to seamlessly manage visitor interactions and enhance your web application's functionality...." + " 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...
  10. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; import com.aspose.words.*; import com.asp…...instanceof Paragraph) { Paragraph p = (Paragraph) std.getFirstChild();...instanceof Paragraph)) { continue; } Paragraph p = (Paragraph) c.getFirstChild();...

    forum.aspose.com/t/chinese-date-language-locale...