Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 18,474 for

docx to doc

(0.6 sec)
  1. HyphenationOptions class | Aspose.Words for Python

    aspose.words.settings.HyphenationOptions class. Allows To configure Document hyphenation options... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IStructuredDocumentTag.lock_contents property |...

    IStructuredDocumentTag.lock_contents property. When set To true, this property will prohibit a user from editing the contents of this SDT.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a plain text structured...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Protect or Encrypt a Document in C++|Aspose.Wor...

    Aspose.Words for C++ provides Read-Only, Encrypt a Document, Restrict Editing, and Digital Signatures for Document protection. Aspose.Words supports most Word protection options....Aspose :: Words :: Document > doc = System :: MakeObject < Aspose...:: Document > ( u "input.docx" ); doc -> Protect ( Aspose :: Words...

    docs.aspose.com/words/cpp/protect-or-encrypt-a-...
  4. Style.Equals | Aspose.Words for .NET

    Discover the Style Equals method for comparing built-in styles. Understand linked and next paragraph styles for enhanced formatting and design efficiency....Document doc = new Document ( MyDir + "Style with alias.docx" ); //...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  5. Document.Print | Aspose.Words for .NET

    Effortlessly print your entire Document To your default printer with our streamlined Document Print method. Enjoy fast, hassle-free printing!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Fill.texture_alignment property | Aspose.Words ...

    Fill.texture_alignment property. Gets or sets the alignment for tile texture fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IStructuredDocumentTag.is_showing_placeholder_t...

    IStructuredDocumentTag.is_showing_placeholder_text property. Specifies whether the content of this SDT shall be interpreted To contain placeholder text (as opposed To regular text contents within the SDT).... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able To copy all the styles correctly, the copied Document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...true); Document doc = new Document("source.docx", new LoadOptions()...are being substituted and why: doc.setWarningCallback(new IWarningCallback()...

    forum.aspose.com/t/some-styles-were-not-copied-...
  9. Aspose::Words::Tables::Table::ClearBorders meth...

    Aspose::Words::Tables::Table::ClearBorders method. Removes all table and cell borders on this table in C++.... auto doc = System :: MakeObject < Aspose...> ( get_MyDir () + u "Tables.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Font.DoubleStrikeThrough | Aspose.Words for .NET

    Discover the Font DoubleStrikeThrough property. Easily format text with a double strikethrough for enhanced clarity and style in your Documents.... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...

    reference.aspose.com/words/net/aspose.words/fon...