Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 7,837 for

header

(0.24 sec)
  1. 複雑なPDFの作成|Aspose.PDF for .NET

    Aspose.PDF for NETを使用すると、画像、テキストフラグメント、およびテーブルを含むより複雑なドキュメントを1つのドキュメントに作成できます。...120 , 830 )); // Add Header var header = new Aspose . Pdf . Text...ferry routes in Fall 2020" ); header . TextState . Font = Aspose...

    docs.aspose.com/pdf/ja/net/complex-pdf-example/
  2. Añadir Encabezado y Pie de Página al PDF|Aspose...

    Aspose.PDF para C++ le permite agregar encabezados y pies de página a su archivo PDF utilizando la clase TextStamp....inputFileName ); // Create header auto textStamp = MakeObject...MakeObject < TextStamp > ( u "Header Text" ); // Set properties of the...

    docs.aspose.com/pdf/es/cpp/add-headers-and-foot...
  3. カスタムプロパティを追加する|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Header.CustomProperties.Add メソッドを提供しています。...メソッドを提供しています。 次のコードスニペットは、 CadImage.Header.CustomProperties.Add メソッドを...

    docs.aspose.com/cad/ja/java/developer-guide/aut...
  4. Добавить пользовательские свойства|CAD Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Header.CustomProperties.Add . В следующем...DXF с помощью метода CadImage.Header.CustomProperties.Add . Настройка...

    docs.aspose.com/cad/ru/net/developer-guide/cad-...
  5. إضافة رأس وتذييل إلى PDF|Aspose.PDF لـ C++

    Aspose.PDF for C++ يسمح لك بإضافة رؤوس وتذييلات إلى ملف PDF الخاص بك باستخدام فئة TextStamp....inputFileName ); // Create header auto textStamp = MakeObject...MakeObject < TextStamp > ( u "Header Text" ); // Set properties of the...

    docs.aspose.com/pdf/ar/cpp/add-headers-and-foot...
  6. Arsip

    Arsip...AppendChild(tbody); // Buat baris header tabel if (isFirstRowHeader)...AppendChild(tr); // Buat kolom header tabel for (int j = 1; j < cols...

    blog.aspose.com/id/html/create-html-table-in-cs...
  7. Thêm Thuộc Tính Tùy Chỉnh|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Header.CustomProperties.Add . Đoạn...sử dụng phương thức CadImage.Header.CustomProperties.Add ....

    docs.aspose.com/cad/vi/java/developer-guide/aut...
  8. 添加自定义属性|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Header.CustomProperties.Add 方法。 以下代码片段演示如何使用...以下代码片段演示如何使用 CadImage.Header.CustomProperties.Add 方法向 DXF 文件添加自定义属性。...

    docs.aspose.com/cad/zh/java/developer-guide/aut...
  9. Archiwa

    Archiwa...Words Header/Footer Creation Primer - Title...builder->Write(u"Aspose.Words Header/Footer Creation Primer.");...

    blog.aspose.com/pl/words/add-or-remove-header-a...
  10. 복잡한 PDF 만들기|Aspose.PDF for C++

    Aspose.PDF for C++를 사용하면 하나의 문서에 이미지, 텍스트 조각 및 테이블을 포함하는 더 복잡한 문서를 만들 수 있습니다...., rectangle); // Add Header auto header = MakeObject<TextFragment>(u"2020년...노선"); auto textFragementState = header->get_TextState(); textFrag...

    docs.aspose.com/pdf/ko/cpp/complex-pdf-example/