Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 18,530 for

paragraphs

(0.11 sec)
  1. Font.Position | Aspose.Words لـ .NET

    اكتشف خاصية موضع الخط، واضبط محاذاة النص بسهولة في نقاط للتحكم الدقيق في طباعتك. ارتقِ بتصميمك مع مرونة في المواضع!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // ارفع هذا النص بمقدار...

    reference.aspose.com/words/ar/net/aspose.words/...
  2. Font.Position | Aspose.Words per .NET

    Scopri la proprietà Posizione Font, regola facilmente l'allineamento del testo in punti per un controllo preciso sulla tipografia. Migliora il tuo design con un posizionamento flessibile!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Solleva questa sequenza...

    reference.aspose.com/words/it/net/aspose.words/...
  3. Convertir presentaciones de PowerPoint a video ...

    Aprenda cómo convertir presentaciones de PowerPoint a video en .NET. Descubra código de muestra en C# y técnicas de automatización para optimizar su flujo de trabajo.... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . Portions...for .NET" )); Paragraph para2 = new Paragraph (); para2 . Portions...

    docs.aspose.com/slides/es/net/convert-powerpoin...
  4. Extract Content in Python|Aspose.Words for Java

    Extract Document's Content using Python.... PARAGRAPH , 6 , True ) endPara = doc...getChild ( self . NodeType . PARAGRAPH , 10 , True ) \# Extract the...

    docs.aspose.com/words/java/extract-content-in-p...
  5. ParagraphFormat.far_east_line_break_control pro...

    ParagraphFormat.far_east_line_break_control property. Gets or sets a flag indicating whether East Asian line-breaking rules are applied to the current paragraph....are applied to the current paragraph. @property def far_east_line_break_control...first_section . body . first_paragraph . paragraph_format format . far...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BorderCollection.GetEnumerator | Aspose.Words f...

    Discover the BorderCollection GetEnumerator method to easily iterate through all borders, enhancing your coding efficiency and collection management....edit all of the borders in a paragraph format object. Document doc...// Configure the builder's paragraph format settings to create...

    reference.aspose.com/words/net/aspose.words/bor...
  7. DocumentBuilder.EndEditableRange | Aspose.Words...

    اكتشف طريقة DocumentBuilder EndEditableRange لتمييز الأقسام القابلة للتحرير في مستنداتك بكفاءة، مما يعزز سير عمل التحرير لديك...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. DocumentBuilder.EndEditableRange | Aspose.Words...

    Upptäck DocumentBuilder-metoden EndEditableRange för att effektivt markera redigerbara avsnitt i dina dokument och förbättra ditt redigeringsarbetsflöde...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/sv/net/aspose.words/...
  9. 搜索

    搜索... public static List<Paragraph> ParagraphsByStyleNam(Document...List<Paragraph> paragraphsWithStyle = new List<Paragraph>(); NodeCollection...

    blog.aspose.com/zh-hant/words/extract-text-from...
  10. Modifier un document HTML – C# – Aspose.HTML fo...

    Apprenez à lire ou à modifier le modèle d'objet de document à l'aide d'Aspose.HTML for .NET, à créer des éléments HTML et à utiliser CSS....Le document contiendra un paragraphe de texte avec un attribut...HTML. Créez un élément de paragraphe <p> . Définit l’attribut...

    docs.aspose.com/html/fr/net/edit-html-document/