Sort Score
Result 10 results
Languages All
Labels All
Results 9,261 - 9,270 of 155,356 for

2

(1.07 sec)
  1. Aspose::Words::Drawing::GradientStop::get_BaseC...

    Aspose::Words::Drawing::GradientStop::get_BaseColor method. Gets a value representing the color of the gradient stop without any modifiers in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Read Australia Post Barcodes|Documentation

    This article describes how to decode Australia Post barcodes in Aspose.BarCode for JavaScript via C++...barcode standard include specific 2-digit format control code (FCC)...Numerical digits only Other 0, 1, 2, and 3 corresponding to H, A,...

    docs.aspose.com/barcode/javascript-cpp/read-aus...
  3. Python: words and barcode-for-python-via-net as...

    I’m attempting to use aspose-barcode-for-python-via-net==25.8 and aspose-words==25.10.0 (both are the latest versions) in a project. I’m running on MacOS with python version 3.13 in my venv. When I try to execute my sc…...0 case "1": return 270 case "2": return 180 case "3": return...generation.QRErrorLevel.LEVEL_M case "2": return ab.generation.QRErrorLevel...

    forum.aspose.com/t/python-words-and-barcode-for...
  4. Processor class | Aspose.Words for Python

    aspose.words.lowcode.Processor class. Processor class for performing different document processing actions....2.docx' , save_format = aw . SaveFormat...'LowCode.MergeStreamContextDo.2.docx' , system_helper . io . FileMode...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::ControlChar::LineBreak method | ...

    Aspose::Words::ControlChar::LineBreak method. Line break character: "\x000b" or "\v" 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...
  6. Aspose::Words::ControlChar::FieldStartChar fiel...

    Aspose::Words::ControlChar::FieldStartChar field. Start of MS Word field character: (char)19 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...
  7. Aspose::Words::ControlChar::PageBreak method | ...

    Aspose::Words::ControlChar::PageBreak method. Page break character: "\x000c" or "\f". Note it has the same value as SectionBreak 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...
  8. Aspose::Words::ControlChar::SpaceChar field | A...

    Aspose::Words::ControlChar::SpaceChar field. Space character: (char)32 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...
  9. Dwg转dwg图纸效果和原图不一样问题 - Free Support Forum - aspo...

    1.png (5.5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg 并且数字30.78和46.3原来是线条,后面变成了粗体。 下面是我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); LoadOptions loadOptions = new LoadOptions(); load…...5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg...Discourse June 25, 2025, 9:11am 2 @wangwei001 Cause The issue you’re...

    forum.aspose.com/t/dwg-dwg/314402
  10. FieldAutoNumOut | Aspose.Words for Java

    Implements the AUTONUMOUT field in Java...."); // This field will display "2.". builder.insertField(FieldType...builder.writeln("\tParagraph 2."); for (Field field : doc.getRange()...

    reference.aspose.com/words/java/com.aspose.word...