Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,269 for

line spacing

(0.26 sec)
  1. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by Line feed character: \x000d\x000a or \r\n...Carriage return followed by line feed character: “\x000d\x000a”...Add a regular space. builder . write ( 'Before space.' + aw . ControlChar...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SVG Text – text element, textPath – Aspose.SVG ...

    You will find basic information about glyphs, characters and fonts, learn how to display, format and style svg text into an SVG image....an imaginary straight line. This line is called the baseline...specified length by adjusting the spacing and the size of the glyphs...

    docs.aspose.com/svg/net/drawing-basics/svg-text/
  3. ControlChar.SPACE_CHAR property | Aspose.Words ...

    ControlChar.SPACE_CHAR property. Space character: (char)32....SPACE_CHAR property ControlChar.SPACE_CHAR property Space character:...character: (char)32. @property def SPACE_CHAR ( self ) -> str : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. Carriage return followed by Line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word documents, but commonly used in text files for paragraph breaks in C++....Carriage return followed by line feed character: “\x000d\x000a”...> ( doc ); // Add a regular space. builder -> Write ( System ::...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Aspose::Words::ControlChar::LineFeedChar field ...

    Aspose::Words::ControlChar::LineFeedChar field. Line feed character: (char)10 or "\n" in C++....[ Hide ] LineFeedChar field Line feed character: (char)10 or...> ( doc ); // Add a regular space. builder -> Write ( System ::...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. MarkdownLoadOptions.SoftLineBreakCharacter | As...

    Set custom soft Line break characters in Markdown documents for better formatting with this flexible load option....representing soft line break . The default value is SPACE (U+0020) ....allows you to load soft line breaks as hard line breaks. Examples Shows...

    reference.aspose.com/words/net/aspose.words.loa...
  7. ControlChar.PageBreakChar | Aspose.Words for .NET

    Discover the ControlChar PageBreakChar field for efficient document formatting. Enhance your workflow with customizable page break options!...Add a regular space. builder . Write ( "Before space." + ControlChar...ControlChar . SpaceChar + "After space." ); // Add an NBSP, which is...

    reference.aspose.com/words/net/aspose.words/con...
  8. ControlChar.FieldSeparatorChar | Aspose.Words f...

    Discover how the ControlChar FieldSeparatorChar enhances data management by effectively separating field codes from values, optimizing your workflow effortlessly....Add a regular space. builder . Write ( "Before space." + ControlChar...ControlChar . SpaceChar + "After space." ); // Add an NBSP, which is...

    reference.aspose.com/words/net/aspose.words/con...
  9. ControlChar.SectionBreak | Aspose.Words for .NET

    Discover the ControlChar SectionBreak field, efficiently manage document sections with the x000c character, enhancing formatting and readability....Add a regular space. builder . Write ( "Before space." + ControlChar...ControlChar . SpaceChar + "After space." ); // Add an NBSP, which is...

    reference.aspose.com/words/net/aspose.words/con...
  10. ControlChar.NON_BREAKING_HYPHEN_CHAR property |...

    ControlChar.NON_BREAKING_HYPHEN_CHAR property. Non-breaking Hyphen in Microsoft Word is (char)30....a hyphen and not to break a line. Useful info: http://www.cs...Add a regular space. builder . write ( 'Before space.' + aw . ControlChar...

    reference.aspose.com/words/python-net/aspose.wo...