General XMetaL Discussion

XMetaL Community Forum General XMetaL Discussion When the document is opened, the pictures should be hidden inline.

  • rfulnfinishe

    When the document is opened, the pictures should be hidden inline.

    Participants 3
    Replies 3
    Last Activity 4 months, 1 week ago

    As a DITA Developer for my organization, I use XMetal Author enterprise 12 edition.
    I was hoping to get some assistance with a macro to make it so that any images in a document opened in XMetal would be hidden inline immediately after the document was opened. Instead of going to View > Show Inline Images to view the images, the user should just press a shortcut key. Given the significance of the usage issue at hand. I value your prompt consideration and reply. stumble guys
    Thanks

    Reply

    nhu1

    Reply to: When the document is opened, the pictures should be hidden inline.

    Please try the following,

    Ning

    Reply

    nhu1

    Reply to: When the document is opened, the pictures should be hidden inline.

    nhu1

    Reply to: When the document is opened, the pictures should be hidden inline.

    var doc = Application.ActiveDocument;
    if (doc && doc.InlineMediaVisible)
    doc.InlineMediaVisible = false (or true);

    Reply

  • You must be logged in to reply to this topic.

Lost Your Password?

Products
Downloads
Support