Sort Score
Result 10 results
Languages All
Labels All
Results 7,541 - 7,550 of 18,530 for

paragraphs

(0.64 sec)
  1. Архивы

    Архивы...paragraphs[0].portions[0] portion.portion_format...LARGE_GRID shape.text_frame.paragraphs[0].paragraph_format.default_portion_format...

    blog.aspose.com/ru/slides/create-three-d-effect...
  2. Archiv

    Archiv...SetAttribute("id", "first-paragraph"); // 3. Vytvořte textový...CreateTextNode("This is first paragraph. "); // 4. Přidejte text do...

    blog.aspose.com/cs/html/create-read-edit-html-f...
  3. ארכיון

    ארכיון...SetAttribute("id", "first-paragraph"); // 3. צור צומת טקסט var...CreateTextNode("This is first paragraph. "); // 4. הוסף את הטקסט לפסקה...

    blog.aspose.com/he/html/create-read-edit-html-f...
  4. ארכיון

    ארכיון...Paragraphs[0].Portions[0].PortionFormat...היפר-קישור shape1.TextFrame.Paragraphs[0].Portions[0].PortionFormat...

    blog.aspose.com/he/slides/work-with-hyperlinks-...
  5. 如何在 HTML 中更改背景颜色?C# 示例

    了解如何使用 Aspose.HTML for .NET 设置 HTML 文档的背景颜色。在现成可用的 C# 示例中考虑各种方法。...background color for HTML paragraph using C# 2 3 // Prepare output...Path); 11 12 // Find the paragraph element to set a style attribute...

    docs.aspose.com/html/zh/net/how-to-articles/how...
  6. DocumentVisitor.VisitRowEnd | Aspose.Words لـ .NET

    اكتشف طريقة DocumentVisitor VisitRowEnd، وهي أساسية لإدارة تعداد صفوف الجداول في تطبيقاتك. حسّن كفاءة البرمجة لديك اليوم!...1 - عقدة الفقرة: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. DocumentVisitor.VisitRowEnd | Aspose.Words för ...

    Upptäck DocumentVisitor VisitRowEnd-metoden, viktig för att hantera tabellradsuppräkning i dina applikationer. Öka din kodningseffektivitet idag!...// 1 - Styckenod: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/sv/net/aspose.words/...
  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. 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...
  10. Навігація з куратором в Python|Aspose.Words для...

    Негайний між різними вузлами в документі, такими як абзац, закладок або специфічний характер, використовуючи Pythonй...розділ, використовуючи current_paragraph і current_section властивості...абзац за допомогою move_to_paragraph або move_to_section методи...

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