Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 10,801 for

page count

(0.09 sec)
  1. Set text into a rectangle - Free Support Forum ...

    I’m in the process of creating a table. It consists of rectangles in which the text will appear. Drawing the rectangles worked fine. But when I set the text for a rectangle, it appears above the rectangle. I’d like the …...Page page = diagram.Pages[0]; // DIN-A4 page.PageSheet...PageWidth.Value = 8.27; // Inch page.PageSheet.PageProps.PageHeight...

    forum.aspose.com/t/set-text-into-a-rectangle/32...
  2. Errors at high traffic on multiple threads - Fr...

    We are using aspose for converting word to pdf and converting pdf to pdfa. When there is a lot of converting (we are using 8 threads for this actions) sometimes random errors occur when converting. When we try to convert…... If you increase the count it happens on more runs. So...middle of the page, random blank pages and black pages. This is a...

    forum.aspose.com/t/errors-at-high-traffic-on-mu...
  3. Aspose::Words::Fields::Field::Update method | A...

    Aspose::Words::Fields::Field::Update method. Performs the field update. Throws if the field is being updated already in C++....builder -> Write ( u " \n This is page " ); builder -> InsertField...GetFieldCode ()); ASSERT_EQ ( u " PAGE " , doc -> get_Range () -> get_Fields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. XamlFixedSaveOptions.ResourceSavingCallback | A...

    Optimize your document exports with the XamlFixedSaveOptions ResourceSavingCallback. Control image and font saving for enhanced XAML format efficiency....document is exported to fixed page Xaml format. public IResourceSavingCallb...(ResourceUriPrinter). /// <summary> /// Counts and prints URIs of resources...

    reference.aspose.com/words/net/aspose.words.sav...
  5. 使用 Java 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式在 PDF 文件中添加表格...for ( int row_count = 1 ; row_count < 10 ; row_count ++ ) { // add...(). add ( "Column (" + row_count + ", 1)" ); row . getCells ()...

    products.aspose.com/pdf/zh-hans/java/table/add/
  6. Untangle Row Bookmarks in PHP|Aspose.Words for ...

    Untangle Row Bookmarks using PHP....getBookmarks (); $ bookmarks_count = java_values ( $ bookmarks...results. Please refresh the page and try again....

    docs.aspose.com/words/java/untangle-row-bookmar...
  7. Parse and Process Markdown in C# – Aspose.HTML ...

    Parse and process Markdown files in C# using Aspose.HTML. Build a syntax tree (AST), traverse nodes, extract headings and tables programmatically....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/parse-and-process-mark...
  8. 使用 C++ 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式在 PDF 文件中添加表格...for ( int row_count = 1 ; row_count < 10 ; row_count ++ ) { // Add...( u "Column ({0}, 1)" , row_count )); row -> get_Cells () -> Add...

    products.aspose.com/pdf/zh-hans/cpp/table/add/
  9. FAQ - Free Support Forum - aspose.com

    Get FREE technical support for Aspose APIs from our developers using free support forum.... Your Participation Counts The conversations we have here...post was featured on the front page of the New York Times. This...

    forum.aspose.com/guidelines
  10. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...presentation->get_Slides()->get_Count(); for (int slideIndex = 0;...= slide->get_Shapes()->get_Count(); for (int shapeIndex = 0;...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...