Sort Score
Result 10 results
Languages All
Labels All
Results 6,261 - 6,270 of 19,414 for

2 of

(0.04 sec)
  1. Aspose::Words::ControlChar::OptionalHyphenChar ...

    Aspose::Words::ControlChar::OptionalHyphenChar field. Optional Hyphen in MicrosOft Word is (char)31 in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...get_TextColumns () -> SetCount ( 2 ); // We can use a control character...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. OutlineOptions.DefaultBookmarksOutlineLevel | A...

    Discover how the DefaultBookmarksOutlineLevel property enhances your Word documents by optimizing bookmark visibility in the outline. Boost productivity today!...document outline at level 1; 2 for level 2 and so on. Default is 0...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Generate Codabar Barcodes in C#|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.... Pixels = 2 ; //set start A and stop A gen...Barcode . XDimension . Pixels = 2 ; //set None checksum gen . Parameters...

    docs.aspose.com/barcode/net/codabar-barcodes/
  4. SVG gets generated differently depending on the...

    Hi, We experience an issue with the SVG generation from xlsx charts. Depending on the target framework the .svg file will be slightly different. This difference is enough to break functionality in other libraries when t…...zhu November 1, 2024, 12:47pm 2 @licenselogimatic We generated...team. leoluo November 6, 2024, 2:44am 3 Hi @licenselogimatic For...

    forum.aspose.com/t/svg-gets-generated-different...
  5. Make a ZIP archive flat | Aspose.Zip for .NET

    C# zip library enables you to extract the nested zip archive contents into the parent archive to get a flat structure.... InvariantCultureIgno )) { 2 entriesToDelete. Add (entry);...innerCompressed = new MemoryStream(); 2 entry. Open (). CopyTo (innerCompressed);...

    docs.aspose.com/zip/net/flatten-nested-zip/
  6. Aspose::Words::Border::Equals method | Aspose.W...

    Aspose::Words::Border::Equals method. Determines whether the specified border is equal in value to the current border in C++....builder -> Write ( u "Paragraph 2." ); // Since we used the same...builder -> Write ( u "Paragraph 2." ); // Since we used the same...

    reference.aspose.com/words/cpp/aspose.words/bor...
  7. Aspose::Words::Properties::DocumentProperty::ge...

    Aspose::Words::Properties::DocumentProperty::get_Type method. Gets the data type Of the property in C++....Type: \" {1} \"\n\t Value: \" {2} \" " , enumerator -> get_Current...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. Generate GS1 DataBar (Omnidirectional, Stacked ...

    Node.js sample code for GS1 DataBar (Omnidirectional, Stacked Omnidirectional, Expanded, Expanded Stacked, and Truncated) barcode generation in JavaScript applications.... setMillimeteres ( 2 ); // Set codetext position generator...Code 93 USPS OneCode Standard 2 of 5 ISBN ISMN ISSN Postal: Australia...

    products.aspose.com/barcode/nodejs-java/databar...
  9. How to Create a Table in C++|Aspose.Words for C++

    Different ways to create tables using C++. Create table in C++ for your document. Add a table in C++....Border Style Single Border Width 1/2 pt Border Color Black Left and...InsertImage , and others Repeat steps 2-4 until the row is complete Call...

    docs.aspose.com/words/cpp/create-a-table/
  10. Extracting WIM Archives with Java | Aspose.Zip ...

    A guide on extracting Windows Imaging Format (WIM) archives using the Java programming language....wim" )) { 2 wimArchive. getImages (). get_Item...new WimArchive( "boot.wim" )) { 2 for (WimEntry entry : wimArchive...

    docs.aspose.com/zip/java/wim-extraction/