Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 222 for

paragraph coordinates

(0.05 sec)
  1. Манипуляция PDF документом в C#|Aspose.PDF for ...

    Эта статья содержит информацию о том, как проверить PDF документ на соответствие стандарту PDF A, как работать с оглавлением, как установить дату истечения срока действия PDF и т.д.... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/ru/net/manipulate-pdf-docum...
  2. Ajouter du texte à un PDF en utilisant C#|Aspos...

    Apprenez à ajouter du texte à un document PDF en .NET en utilisant Aspose.PDF pour l'amélioration du contenu et l'édition de documents....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/fr/net/add-text-to-pdf-file/
  3. معالجة مستند PDF في C#|Aspose.PDF for .NET

    تحتوي هذه المقالة على معلومات حول كيفية التحقق من مستند PDF لمعيار PDF A، وكيفية العمل مع جدول المحتويات، وكيفية تعيين تاريخ انتهاء صلاحية PDF، وما إلى ذلك.... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/ar/net/manipulate-pdf-docum...
  4. Agregar texto a PDF usando C#|Aspose.PDF for .NET

    Aprenda cómo agregar texto a un documento PDF en .NET usando Aspose.PDF para mejorar el contenido y editar documentos....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/es/net/add-text-to-pdf-file/
  5. Manipular Documento PDF en C#|Aspose.PDF for .NET

    Este artículo contiene información sobre cómo validar un Documento PDF para el estándar PDF A, cómo trabajar con el TOC, cómo establecer la fecha de caducidad del PDF, etc.... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/es/net/manipulate-pdf-docum...
  6. 在 C# 中操作 PDF 文档|Aspose.PDF for .NET

    本文包含有关如何验证 PDF 文档是否符合 PDF A 标准、如何处理目录、如何设置 PDF 到期日期等信息。... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/zh/net/manipulate-pdf-docum...
  7. Manipuler un document PDF en C#|Aspose.PDF for ...

    Cet article contient des informations sur la façon de valider un document PDF pour la norme PDF A, comment travailler avec la table des matières, comment définir la date d'expiration d'un PDF, etc.... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/fr/net/manipulate-pdf-docum...
  8. C#에서 PDF 문서 조작|Aspose.PDF for .NET

    이 문서에는 PDF A 표준에 대한 PDF 문서 유효성 검사 방법, TOC 작업 방법, PDF 만료 날짜 설정 방법 등이 포함되어 있습니다.... Height ; // Destination coordinate segment . Text = titles [...containing TOC tocPage . Paragraphs . Add ( heading ); } // Save...

    docs.aspose.com/pdf/ko/net/manipulate-pdf-docum...
  9. Rendering di forme separatamente dal documento|...

    Estrai vari oggetti grafici, come immagini, caselle di testo contenenti paragrafi o forme di frecce, durante l'elaborazione di un documento ed esportali in una posizione esterna utilizzando C#....composta da molti nodi, come Paragraph e Table . La maggior parte...nodi a livello di blocco Paragraph e Table . Questi sono gli...

    docs.aspose.com/words/it/net/rendering-shapes-s...
  10. C++를 사용하여 PDF에 텍스트 추가|Aspose.PDF for C++

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

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