Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 5,292 for

hyperlink

(0.16 sec)
  1. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...GetHyperlinks() 集合中的项表示一个 Hyperlink 。通过调用 Hyperlinks 集合的 Add 方法,向URL添加超链接。...GetWorksheets (). Get ( 0 ); // Add a hyperlink to cell "A1" worksheet . GetHyperlinks...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...
  2. FieldNoteRef.insert_hyperlink property | Aspose...

    FieldNoteRef.insert_Hyperlink property. Gets or sets whether to insert a Hyperlink to the bookmarked paragraph....insert_hyperlink property FieldNoteRef.insert_hyperlink property...sets whether to insert a hyperlink to the bookmarked paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。... 要检查超链接的类型, Hyperlink 类提供了一个返回类型为 TargetModeType...return 1 ; } Vector < Hyperlink > hyperlinks = range . GetHyperlinks...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  4. Aspose::Words::DocumentBuilder::PushFont method...

    Aspose::Words::DocumentBuilder::PushFont method. Saves current character formatting onto the stack in C++....text that goes before the hyperlink. builder -> get_Font () ->...Words :: StyleIdentifier :: Hyperlink ); builder -> InsertHyperlink...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. FieldHyperlink.address property | Aspose.Words ...

    FieldHyperlink.address property. Gets or sets a location where this Hyperlink jumps....sets a location where this hyperlink jumps. get address () : string...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldHyperlink.screenTip property | Aspose.Word...

    FieldHyperlink.screenTip property. Gets or sets the ScreenTip text for the Hyperlink....the ScreenTip text for the hyperlink. get screenTip () : string...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldRef.insert_hyperlink property | Aspose.Wor...

    FieldRef.insert_Hyperlink property. Gets or sets whether to create a Hyperlink to the bookmarked paragraph....insert_hyperlink property FieldRef.insert_hyperlink property...sets whether to create a hyperlink to the bookmarked paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Fields::FieldRef::get_InsertHype...

    Aspose::Words::Fields::FieldRef::get_InsertHyperlink method. Gets whether to create a Hyperlink to the bookmarked paragraph in C++....Gets whether to create a hyperlink to the bookmarked paragraph...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldPageRef::get_Insert...

    Aspose::Words::Fields::FieldPageRef::get_InsertHyperlink method. Gets whether to insert a Hyperlink to the bookmarked paragraph in C++....Gets whether to insert a hyperlink to the bookmarked paragraph...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Get Hyperlinks in Range|Documentation

    Learn how to get Hyperlinks in a range through Aspose.Cells for Python via the .NET API....Get Hyperlinks in Range Contents [ Hide ] Get Hyperlinks in Range...provides a Hyperlinks property which returns all the hyperlinks in the...

    docs.aspose.com/cells/python-net/get-hyperlinks...