Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 34,690 for

line

(0.14 sec)
  1. Aspose Pdf Comparison - Free Support Forum - as...

    hi How to extract true visual Lines with text using Aspose.PDF when a Line contains mixed font sizes, superscripts or subscripts? Detailed Query: I am using Aspose.PDF for Java to extract text from a page with Line in…...true visual lines with text using Aspose.PDF when a line contains...extract text from a page with line information for PDF comparison...

    forum.aspose.com/t/aspose-pdf-comparison/324084
  2. FormatException: System.FormatException: The he...

    Is there a way to diagnose which Header Name triggers it? How can I tell which one is it? The list of Headers: Received: DKIM-Signature: X-CSE-ConnectionGUID: X-CSE-MsgGUID: Message-Id: X-Amp-Result: Received: F…...exception for each line. This will reveal the exact line that triggers...the email (including line breaks) var lines = rawHeaders.Split(new[]...

    forum.aspose.com/t/formatexception-system-forma...
  3. CompatibilityOptions class | Aspose.Words for P...

    aspose.words.settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)...Description adjust_line_height_in_table Add Document Grid Line Pitch To...To Lines in Table Cells. align_tables_row_by_row Align Table Rows...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.Diagram Object Model|Documentation

    Aspose.Diagram Object Model provides information about the structural relationships between the objects of Aspose.Diagram class library....shapes in a drawing, such as a line and a box in an organization...properties for color, font, fill, line properties, and effect. Fill...

    docs.aspose.com/diagram/net/object_model/
  5. Aspose::Words::ControlChar::SectionBreak method...

    Aspose::Words::ControlChar::SectionBreak method. End of section character: "\x000c" or "\f". Note it has the same value as PageBreak in C++....space cannot have an automatic line break at its position. builder...+ u "After tab." ); // Add a line break. builder -> Write ( System...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::ControlChar::CellChar field | As...

    Aspose::Words::ControlChar::CellChar field. End of a table cell or end of a table row character: (char)7 or "\a" in C++....space cannot have an automatic line break at its position. builder...+ u "After tab." ); // Add a line break. builder -> Write ( System...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::ParagraphBreakChar ...

    Aspose::Words::ControlChar::ParagraphBreakChar field. End of paragraph character: (char)13 or "\r" in C++....space cannot have an automatic line break at its position. builder...+ u "After tab." ); // Add a line break. builder -> Write ( System...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::OptionalHyphenChar ...

    Aspose::Words::ControlChar::OptionalHyphenChar field. Optional Hyphen in Microsoft Word is (char)31 in C++....space cannot have an automatic line break at its position. builder...+ u "After tab." ); // Add a line break. builder -> Write ( System...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. PageSetup.characters_per_line property | Aspose...

    PageSetup.characters_per_Line property. Gets or sets the number of characters per Line in the document grid....characters_per_line property PageSetup.characters_per_line property...the number of characters per line in the document grid. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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…...changed from lines to bold text, is likely due to how line weights...the conversion process. The line weight settings in your code...

    forum.aspose.com/t/dwg-dwg/314402