Sort Score
Result 10 results
Languages All
Labels All
Results 6,641 - 6,650 of 18,590 for

paragraphs

(0.07 sec)
  1. Konvertera punktpunkter till stycke i Word-fil ...

    Konvertera punktpunkter till stycke i Word-fil med C#. Den här artikeln innehåller en lista med steg och en exempelkod för att ta bort punktpunkter från Word-dokument med C#....listor Iterera igenom alla paragraphs i Word-filen Öppna ListFormat-objektet...underordnade noder av typen Paragraph. Gå till egenskapen ListFormat...

    kb.aspose.com/sv/words/net/convert-bullet-point...
  2. EditableRangeEnd.node_type property | Aspose.Wo...

    EditableRangeEnd.node_type property. Returns [NodeType.EDITABLE_RANGE_END](../../nodetype/#EDITABLE_RANGE_END)...." + ' we cannot edit this paragraph without the password.' ) #...builder . writeln ( 'This paragraph is inside an editable range...

    reference.aspose.com/words/python-net/aspose.wo...
  3. EditableRange.remove method | Aspose.Words for ...

    EditableRange.remove method. Removes the editable range from the document..." + ' we cannot edit this paragraph without the password.' ) #...builder . writeln ( 'This paragraph is inside an editable range...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Node.ParentNode | Aspose.Words för .NET

    Upptäck egenskapen Node ParentNode för att enkelt komma åt den omedelbara föräldern till vilken nod som helst, vilket förbättrar din webbutvecklingseffektivitet och kodtydlighet....Document doc = new Document (); Paragraph para = doc . FirstSection...new Document (); Paragraph para = new Paragraph ( doc ); para ...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. EditableRange.editable_range_end property | Asp...

    EditableRange.editable_range_end property. Gets the node that represents the end of the editable range...." + ' we cannot edit this paragraph without the password.' ) #...builder . writeln ( 'This paragraph is inside an editable range...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldFileSize.is_in_kilobytes property | Aspose...

    FieldFileSize.is_in_kilobytes property. Gets or sets whether to display the file size in kilobytes.... insert_paragraph () # Below are three different...Kilobytes: builder . insert_paragraph () field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …...docx"); for(Paragraph p : (Iterable<Paragraph>)doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { if(p.isDeleteRevision() &&...

    forum.aspose.com/t/section-break-as-revision-ho...
  8. الشريحة الرئيسية|وثائق Aspose.Slides

    استكشف أمثلة الشرائح الرئيسية في Aspose.Slides for Java: إنشاء، تعديل، وتنسيق الشرائح الرئيسية، العناصر النائبة، والسمات في ملفات PPT و PPTX و ODP باستخدام كود جافا واضح...."Company Name" ); IParagraph paragraph = textBox . getTextFrame ()...getParagraphs (). get_Item ( 0 ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/ar/java/examples/element...
  9. التنقل باستخدام المؤشر في Python|Aspose.Words ل...

    التنقل بين العقد المختلفة داخل مستند مثل فقرة أو إشارة مرجعية أو حرف معين باستخدام Python....حاليًا باستخدام خصائص current_paragraph و current_section . سيتم إدراج...معينة باستخدام أساليب move_to_paragraph أو move_to_section . بالإضافة...

    docs.aspose.com/words/ar/python-net/navigation-...
  10. ניווט עם Cursor Python|Aspose.Words עבור Python...

    לנווט בין נקודות שונות בתוך מסמך כגון פסקה, סימן ספר, או דמות מסוימת באמצעות שימוש Python....כיום על ידי שימוש current_paragraph ו current_section תכונות....לפסקה על ידי שימוש move_to_paragraph או move_to_section שיטות....

    docs.aspose.com/words/he/python-net/navigation-...