Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 300,003 for

doc

(0.14 sec)
  1. StructuredDocumentTag constructor | Aspose.Word...

    StructuredDocumentTag constructor. Initializes a new instance of the Structured Document tag class....constructor StructuredDocumentTa(doc, type, level) Initializes a new...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CleanupOptions.duplicate_style property | Aspos...

    CleanupOptions.duplicate_style property. Gets/sets a flag indicating whether duplicate styles should be removed from Document... doc = aw . Document () # Add two...duplicate of the first. my_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 限制 Python 中的文档编辑|Python via .NET 格式的 Aspose.Words

    通过使用 Python 设置限制类型来限制编辑文档。您还可以删除保护并创建不受限制的可编辑区域。...words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/zh/python-net/restrict-do...
  4. CustomXmlPart.Id | Aspose.Words for .NET

    CustomXmlPart Id property. Gets or sets the string that identifies this custom XML part within an OOXML Document in C#.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  5. CustomXmlPartCollection.Clear | Aspose.Words fo...

    CustomXmlPartCollection 方法. 从集合中删除所有元素... Document doc = new Document (); // 构造一个包含数据的...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/zh/net/aspose.words....
  6. CustomXmlPart.Clone | Aspose.Words for .NET API 参考

    CustomXmlPart 方法. 制作对象的足够深的副本 不复制Data值.... Document doc = new Document (); // 构造一个包含数据的...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/zh/net/aspose.words....
  7. Aspose::Words::Node::GetText method | Aspose.Wo...

    Aspose::Words::Node::GetText method. Gets the text of this node and of all its children in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert paragraphs with...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text to the document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Story.DeleteShapes | Aspose.Words for .NET API 参考

    Story 方法. 从这个故事的文本中删除所有形状... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 使用 DocumentBuilder 插入一个形状。这是一个内联形状,...

    reference.aspose.com/words/zh/net/aspose.words/...
  10. Range.Delete | Aspose.Words for .NET API 参考

    Range 方法. 删除范围内的所有字符... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 将文本添加到文档的第一个部分,然后添加另一个部分。...

    reference.aspose.com/words/zh/net/aspose.words/...