Sort Score
Result 10 results
Languages All
Labels All
Results 6,661 - 6,670 of 140,597 for

paged

(0.12 sec)
  1. ShapeBase.left property | Aspose.Words for Node.js

    ShapeBase.left property. Gets or sets the position of the left edge of the containing block of the shape....points, from the left side of the page. shape . relativeHorizontalPo...Drawing . RelativeHorizontalPo . Page ; // Set the shape's horizontal...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PageSetup.verticalAlignment property | Aspose.W...

    PageSetup.verticalAlignment property. Returns or sets the vertical alignment of text on each page in a document or section....vertical alignment of text on each page in a document or section. get...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ShapeBase.Top | Aspose.Words for .NET

    Discover ShapeBase Top property. Easily control the top edge position of your shape's container for precise layout and design flexibility....points, from the left side of the page. shape . RelativeHorizontalPo...RelativeHorizontalPo = RelativeHorizontalPo . Page ; // Set the shape's horizontal...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::PageSetup::get_PageHeight method...

    Aspose::Words::PageSetup::get_PageHeight method. Returns or sets the height of the page in points in C++....Returns or sets the height of the page in points. double Aspose ::...it will be visible on every page. SharedPtr < System :: Drawing...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. Crea PDF usando .NET | Aspose.PDF

    In questo argomento viene illustrato come utilizzare l'API Aspose.PDF for .NET per generare e leggere facilmente file PDF nelle applicazioni.NET....pagina utilizzando il metodo Pages.Add (). Creare un nuovo oggetto...Document (); var page = pdfDocument . Pages . Add (); page . Paragraphs...

    products.aspose.com/pdf/it/net/create/
  6. 以编程方式删除 PDF 页面 C#|Aspose.PDF for .NET

    您可以使用 Aspose.PDF for .NET 库从 PDF 文件中删除页面。... GetDataDir_AsposePdf_Pages (); // Open PDF document using...Delete a particular page document . Pages . Delete ( 2 ); // Save...

    docs.aspose.com/pdf/zh/net/delete-pages/
  7. Создание PDF документа с использованием C++|Asp...

    Самая популярная и основная задача работы с PDF файлом - создание документа с нуля. Используйте библиотеку Aspose.PDF для C++....Создайте объект Document Добавьте Page к объекту документа Создайте...Добавить страницу auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/ru/cpp/create-document/
  8. Ejemplo de Hola Mundo usando Python|Aspose.PDF ...

    Esta muestra demuestra cómo crear un documento PDF simple con el texto Hola Mundo usando Aspose.PDF para Python a través de .NET....un objeto Document Añadir una Page al objeto documento Crear un...() # Añadir página page = document . pages . add () # Inicializar...

    docs.aspose.com/pdf/es/python-net/hello-world-e...
  9. Exemplo de Hello World usando Python|Aspose.PDF...

    Este exemplo demonstra como criar um documento PDF simples com o texto Hello World usando Aspose.PDF para Python via .NET....objeto Document Adicionar um Page ao objeto de documento Criar...# Adicionar página page = document . pages . add () # Inicializar...

    docs.aspose.com/pdf/pt/python-net/hello-world-e...
  10. Exemplo Hello World em Java|Aspose.PDF para Java

    Esta página mostra como usar programação simples para criar um documento PDF contendo o texto - Hello World usando Aspose.PDF para Java....objeto Document Adicionar uma Page ao objeto documento Criar um...Document (); //Adicionar página Page page = document . getPages ()....

    docs.aspose.com/pdf/pt/java/hello-world-example/