Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 4,645 for

paragraph builder

(0.26 sec)
  1. ShapeBase.HeightRelative | Aspose.Words för .NET

    Upptäck egenskapen ShapeBase HeightRelative för att enkelt hantera formens höjd som en procentandel, vilket förbättrar din designs flexibilitet och precision....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...och position. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/sv/net/aspose.words....
  2. ShapeBase.RelativeHorizontalSize | Aspose.Words...

    اكتشف خاصية ShapeBase RelativeHorizontalSize لضبط أحجام الأشكال أفقيًا بسهولة لتحسين مرونة التصميم ودقته....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...والموضع المطلق. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/ar/net/aspose.words....
  3. ShapeBase.RelativeVerticalSize | Aspose.Words f...

    Upptäck egenskapen ShapeBase RelativeVerticalSize för att enkelt justera formers vertikala dimensioner för ökad designflexibilitet och precision....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...och position. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/sv/net/aspose.words....
  4. ShapeBase.WidthRelative | Aspose.Words per .NET

    Scopri la proprietà ShapeBase WidthRelative per regolare facilmente la larghezza delle forme in percentuale, migliorando così la flessibilità e la precisione della progettazione....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...posizione assolute. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/it/net/aspose.words....
  5. FormField Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Fields.FormField لإنشاء حقول نماذج قابلة للتخصيص وإدارتها بسهولة في مستنداتك لتحسين تفاعل المستخدم....ParentParagraph { get; } يسترد الأصل Paragraph من هذه العقدة. PreviousSibling...يمكن أن تكون إلا طفلة لـ Paragraph . FormField يتم تمثيله في...

    reference.aspose.com/words/ar/net/aspose.words....
  6. Comment.Done | Aspose.Words per .NET

    Contrassegna i commenti come completati con la proprietà "Fatto". Gestisci facilmente le tue attività e migliora l'efficienza del flusso di lavoro con questa semplice funzione di segnalazione....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...( "Add text to this paragraph." ); builder . CurrentParagraph...

    reference.aspose.com/words/it/net/aspose.words/...
  7. 記録

    記録...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...テーブルの構築を開始します。 builder.StartTable(); builder.InsertCell(); builder.Write("Row...

    blog.aspose.com/ja/words/create-table-in-word-u...
  8. ShapeBase.HeightRelative | Aspose.Words لـ .NET

    اكتشف خاصية ShapeBase HeightRelative لإدارة ارتفاع الشكل كنسبة مئوية بسهولة، مما يعزز مرونة التصميم ودقته....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...والموضع المطلق. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/ar/net/aspose.words....
  9. ShapeBase.RelativeVerticalSize | Aspose.Words ل...

    اكتشف خاصية ShapeBase RelativeVerticalSize لضبط الأبعاد الرأسية للأشكال بسهولة لتحسين مرونة التصميم ودقته....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...والموضع المطلق. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/ar/net/aspose.words....
  10. C++를 사용하여 PDF에 텍스트 추가|Aspose.PDF for C++

    이 문서는 Aspose.PDF에서 텍스트 작업의 다양한 측면을 설명합니다. PDF에 텍스트를 추가하고, HTML 조각을 추가하거나, 사용자 정의 OTF 글꼴을 사용하는 방법을 배웁니다....get_Pages () -> Add (); auto builder = MakeObject < TextBuilder...page ); // 텍스트 단락 생성 auto paragraph = MakeObject < TextParagraph...

    docs.aspose.com/pdf/ko/cpp/add-text-to-pdf-file/