Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 147,942 for

2

(0.08 sec)
  1. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::idx_get method. Gets or sets the element at the specified index in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::Clone method. Makes a deep clone of this object in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Aspose::Words::Paragraph::get_IsInsertRevision ...

    Aspose::Words::Paragraph::get_IsInsertRevision method. Returns true if this object was inserted in Microsoft Word while change tracking was enabled in C++....AppendParagraph ( u "Paragraph 2. " ); body -> AppendParagraph...para = paragraphs -> idx_get ( 2 ); para -> Remove (); // Such...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::idx_set method. Gets or sets the element at the specified index in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Get and Set Page Properties|Aspose.PDF for C++

    You can get and set page properties from your PDF file using C++ library...."ArtBox : Height={0},Width={1},LLX={2},LLY={3},URX={4},URY={5}" , pdfPage..."->get_BleedBox() : Height={0},Width={1},LLX={2},LLY={3},URX={4},URY={5}" , pdfPage...

    docs.aspose.com/pdf/cpp/get-and-set-page-proper...
  6. Smartly Importing JSON into Excel With Smart Ma...

    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...."director id 2" , "FirstName" : "director first 2" , "MiddleName"..."director middle 2" , "LastName" : "director last 2" , "Reportees"...

    docs.aspose.com/cells/net/how-to-import-json-in...
  7. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats... writeln ( 'Page 2' ) builder . insert_break ( aw...'Page 1 { new_line } ' + f 'Page 2 { new_line } ' + f 'Page 3 { new_line...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose.PSD for Python via .NET 23.12 - 发行说明|Doc...

    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.... color_points ) == 2 point = gradientFillSettings ...gradientFillSettings . transparency_points [ 2 ] assert abs ( 100.0 - point ...

    docs.aspose.com/psd/zh/net/aspose-psd-for-pytho...
  9. PersonCollection | Aspose.Words for Java

    Represents a list of persons who are bibliography source contributors in Java....assertEquals(2, ((PersonCollection)editor).getCount());...getAuthor(); Assert.assertEquals(2, authors.getCount()); Person person...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose.cell 读取Excel模板时 嵌入式图片转丢了 - Free Support ...

    测试代码如下: public void testImage111() throws Exception { String template = "files/template.xlsx"; Workbook book = new Workbook(template); book.getWorksheets().get(0).getCells().get(0,2).setValue("dddddd"); …...get(0,2).setValue("dddddd"); book.sav...zhao February 26, 2025, 8:30am 2 @xiaoman WPS 和Excel 采用了不同的方式嵌入图片。...

    forum.aspose.com/t/aspose-cell-excel/308462