How to get a color of the label and the UID of that color in Indesign CC 2015?

Hello

I found the API to set the color of the tag XML in InDesign CC 2015 as below:

IXMLTagCommands::SetTagColor(IDataBase* db, UID tag, UID color);

But I cannot yet understand where I can get the UID of different colors. Can someone help me with the file name for the same thing?

Also, is it possible to get the XML tag color?

Hi kapoor_aman27,

different colors, take a look at IUIColorUtils in the SDK.

Markus

Tags: InDesign

Similar Questions

  • How to get out a subset in front and behind a number that your search in a table.

    Hello

    A search gives me nothing so I apologize if it's there somewhere and I'm not.  I'm using LabVIEW 7.1 and seeks an array for a given value.  Once I found this value in the table, I want to take the 51 values with the one I found in the research at the Center. Is there an easy way to do this?  The current way I'm doing it is by using the table search and seizure then the index in the array with a length of 51 subset function.  Of course, I want to get the points of 25 data before and 25 after what I searched, and not 50 after.  What is the most effective way to do it?  I should fork by the index of my result of research into two table vi.  One being the 25 index and the index and then set the length of these two sub-tableau at 25?  Thanks for any advice regarding the case.  Sam

    Why don't you just subtract 25 from the index that your value is found and use it as an index for the subset of the table starts?  You will have to do the situation where your desired value is less than 25 points, but that should be fairly easy depending on how you want to manage.

  • How to get Firefox to ignore the status of liaison visits when printing?

    How to get Firefox to ignore the status of liaison visits when printing?

    When I print something, visited links are a different color than unvisited links.
    Is there a way to make the color even when printing?
    (without changing the story, or how things look on the screen)

    If there isn't a way to do that, how about this by adding as a feature?

    One way to do would be to create style rules customized for the printed output that hardcode the link colors for all of the printed output. Firefox supports two ways to proceed: a file userContent.css that you create in the folder settings, and a custom stylesheet applied using the Stylish extension.

    However, 'one size fits all' could lead to unreadable results or ugly on some pages. If an add-on that can do adaptive way would be better. I do not know if someone has created a.

    For sites that do not require a login and that are not personalized, you could launch the page in a private window (right click on the link > open in a new private window or copy the URL and then Ctrl + Shift + p, then paste it in the address bar and enter). Because private windows have their own history, the print should not reflect the history of your regular windows.

  • How to print a document all e-mail and not a 'screenshot' that I get in the option Print Preview.

    How to print a document all e-mail and not a 'screenshot' that I get in the option Print Preview. I would like to print "file" "as I can on other browsers (IE, for example). When I try to print from Firefox it catches all my info (shirts, etc.) from the left side of the page. I need only e-mail information, not information of the entire screen. Thank you!

    -Bruce

    I had the same problem at first. You open the e-mail as usual. And then in the Actions drop-down list box, you select the print option. This has worked for me and printed the actual e-mail only.

  • How to get Firefox to check the compatibility of the addon first, then ask me if I want to continue the update of Firefox?

    How to get Firefox to check the compatibility of the add-on first, then ask me if I want to continue the update of Firefox? The update process currently only told me that an add-on has been disable after you apply the update to Firefox. Options > Advanced Options > switch to the update tab, "Warn me if this turns off one of my modules," doesn't seem to work.

    delores51

    This is an add-on that does this.

    https://addons.Mozilla.org/en-us/Firefox/addon/is-it-compatible/

    More specifically, what modules are always appear as incompatible after a Firefox updated? Firefox 10, extensions that are made properly shouldn't be a problem, with a few exceptions.

    Extension that contains a binary code must be compiled for each new version of Firefox. These modules are usually installed by applications on security Norton, McAfee, ZoneAlarm, etc..

  • How to get a program all the list of the names of the values in a registry key?

    Hello

    How to get a program all the list of the names of the values in a key of windows registry without having to configure the number of values in the key?

    Thank you & best regards

    Samuel J

    Hi Samuel,.

    you will get this info from "Query registry key Info.vi".

    Mike

  • How to get a reference to the delivery of the program (not at base of LV)?

    Hello

    I need to create a LV application which will be:

    -Run external executable and not on LV. It has a window of the UI which will open

    -Open PS (no title, menus, etc.) and position it under the user interface

    -If the user moves main UI, LV app FP follows the window

    -If the user closes the main user interface, LV app closes and ends.

    App - LV does not display in the bar of tasks

    So, basically, I need to develop an application that will add-on to an existing GUI, so that together they look and behave like a single user interface.

    The main thing I am struggling with now is how to get a reference to the execution of UI that I call using the exec.vi system

    Help, please!

    What operating system? If you are on Windows, you can try to use the Windows API. Specifically, FindWindow to get a reference to both windows and SetParent to set the parent of one of the windows. This example gives you the basic idea.

  • Me am XP license key do not have an installation disc. How to get a copy of the Setup disk?

    Recently, I bought an IBM Net Vista original case, a site auction like eBay, but for my country (Serbia). It came with a sticker with a windows XP Professional license print top (with all holograms too, so I think this is authentic). All components in this case are mine (MB, CPU, GPU, RAM...), and I don't have an original Win XP Pro Installation CD. Can I use this license number? If so, how to get a copy of the installation disc?

    Please see: How to replace Microsoft software

  • I'm reading a file mpeg and Windows Media Player C00D1199 error. How to get good download of the missing codec?

    I'm reading a file mpeg and Windows Media Player C00D1199 error.  How to get good download of the missing codec?  I have windows 7 x 64 os.

    All is not lost.

    Download and install a pack of codecs, such as K-Lite (Google for it). You can find THAT WMP can then read the file.

    Or
    Download and install a small program called Gspot (Google it)! Drag and drop in its window one of the files, you can't plzy. It will tell you which codecs are used. You can then download and install the only after doing a search on the web for it.
    See you soon,.
    Jerry
  • How to get special characters in the oracle column only

    Hi all

    with spec_tab

    as

    (

    Select ',' col1 of double

    Union

    Select ',' col1 of double

    Union

    Select 'something' double

    )

    Select col1

    of spec_tab

    How to get special characters in the oracle column only

    You mean like this?

    -------------

    WITH spec_tab
         AS (SELECT ',,,,' col1 FROM DUAL
             UNION
             SELECT ',' col1 FROM DUAL
             UNION
             SELECT 'some thing' FROM DUAL)
    SELECT col1
      FROM spec_tab
      where translate('~'||col1,'~0123456789abcdefghijklmnopqrstuvwxyz ','~')<>'~'
    

    Output:

    -----

    COL1

    ,

    ,,,,

    See you soon,.

    Manik.

  • How to get a glimpse of the Chrome using Adobe Dreamweaver PHP page?

    How to get an overview of the PHP page on Chrome with Adobe Dreamweaver CS 6 using Xampp. When I click on "Preview in Chrome.pic2.png

    When I click 'Yes' and the site configuration parameter, I don't understand what to do in the server side.

    pic3.png

    Click on the sign (bottom left) to create new server details.   See screenshot.

    Your directory of default web in XAMPP's htdocs.

    Folder on the server: C:\xampp\htdocs\yourSiteName

    Web URL: http://localhost/yourSiteName/

    Don't forget to add the template to your test server (Advanced tab).

    Nancy O.

  • DOES ANYONE KNOW HOW TO GET THESE IDIOTS ON THE PHONE?

    DOES ANYONE KNOW HOW TO GET THESE IDIOTS ON THE PHONE

    Salvation of barracks,

    We will probably address your issue and would try our best to solve this problem, but we ask to use professional words so that we can help you.

    I beg of you please explain about this, if possible we would guide you with the steps detailed here only.

    In case you want to connect with the Adobe support team, you might check out the following link.

    http://helpx.Adobe.com/x-productkb/global/Service1.html

    Please click on the blue button "Still need help" to connect with one of the Adobe Executive.

    Concerning

    Sukrit diallo

  • How to get other channels in the channel list.

    Hi experts,

    How to get other channels in the channel list.

    for example

    "Country1, Italy countries2, India, countries3, paris, countries4, scottland, Canada5, rome"

    in the list above, I need to get all the countries and their names separately.

    as countries1, countries2, countries3 countries4 Canada5

    India, paris, Scotland, Italy, rome

    I try the one above in the fashion below

    SELECT SUBSTR

    ("Country1, Italy, countries2, India, countries3, paris, countries4, scottland, Canada5, rome,

    1,

    INSTR

    ("Country1, Italy, countries2, India, countries3, paris, countries4, scottland, Canada5, rome,

    ',',

    1,

    1

    )

    -1

    )

    OF THE DOUBLE

    everything please help me

    If you want the data to be more structured and useful:

    Column collar for a20
    Col col_value to a20

    inlist var VARCHAR2 (2000)

    exec: inlist: = 'Country1, Italy, countries2, India, countries3, paris, countries4, scottland, Canada5, rome;
    exec: inlist: = replace (: inlist,' ')

    Select max (decode (mod(lvl,2), 1, value)) Column
    , max (decode (mod(lvl,2), 0, value)) col_value
    from (select substr (: InList, + 1 start_pos, end_pos-start_pos-1) value)
    lvl
    from (select: InList)
    case when level = 1 then
    0
    on the other
    InStr(:InList,',',1,Level-1)
    end start_pos
    case when instr(:InList,',',1,level) = 0
    then length(:InList) + 1
    on the other
    InStr(:InList,',',1,Level)
    end end_pos
    level lvl
    of the double
    connect by level<>
    )
    )
    ceil(lvl/2) group
    order by 1;
          
    COLUMN COL_VALUE
    ____________________ ____________________
    Country1 Italy
    countries2 India
    countries3 paris
    Scottland countries4
    country5 rome

    Not tested on 10g

    Then you could stragg lines together...

  • How to get a trial for the ADEP license?

    How to get a trial for the ADEP license?

    Hi wedone84 ,

    Please go through the link mentioned for trail downlaod: https://www.adobe.com/cfusion/tdrc/index.cfm?product=adep_experience_services&loc=en_us

    Kind regards

    Romit Sinha

  • How to get a list of the tables more fragmented in Oracle?

    Is there a SQL on how to get a list of the tables more fragmented in the Oracle DBMS?

    Update the statistics on the table and try this, you should see very fragmented tables upstairs with high wasted_space.

    select table_name,round((blocks*8),2) "size (kb)" ,
                                round((num_rows*avg_row_len/1024),2) "actual_data (kb)",
                                (round((blocks*8),2) - round((num_rows*avg_row_len/1024),2)) "wasted_space (kb)"
    from dba_tables
    where (round((blocks*8),2) > round((num_rows*avg_row_len/1024),2))
    order by 4 desc
    

    I changed the query a little because the ORDER BY will not work if we concat | ' Ko ' with the column because this makes the output a character column data.
    And added a WHERE condition to see that these tables where the total size is greater than the actual size of data.

    Published by: zahid79 on July 23, 2010 13:40

  • When I connect Yahoo mail, I get a message "of the Web page" that says "out of memory online: 1".»

    Message from Web page blocks the mailbox.

    When I connect Yahoo mail, I get a message "of the Web page" that says "out of memory online: 1".» How can I get rid of him?

    First I would try the cleaning of your story/temp IE files
    -> Tools-> Internet Options click on the browser history under delete-> check all box, and then select 'delete '.
    Restart the browser and see if you are able to connect to Yahoo mail

    If this is not the case, try this:
    http://support.Microsoft.com/kb/126962

Maybe you are looking for

  • laptop DVD burner

    My laptop DVD burner doesn't work on my admin account no problem (a years) but not on my account (all inclusive) children. TI spit just the DVD of return. In preferences systems on both accounts I wrote to ask what to do with a blank DVD but it never

  • Sprout J4W72AA: Destruction of HP

    HP have invaded my computer and updated the workspace softare Sprout. The 'new' software seems to be less easy to use. I say ppears, because despite the mulgtiple reboots it up the first time that I try to scan a document. I called support and after

  • Can compactRIO restart itself if it is turned off and turned on then again?

    Hello, I use compactRIO 9205 for a project. My question is, when I run a vi on the cRIO which is used to record logging data, if I disconnect the cRIO from my computer, turn off the power for a while, and turn the unit on again once, it is possible f

  • Configuration of webcam

    Someone knows how to fix a side by side configuration of the laptop webcam on HP laptop computer computer 2000?  I'm trying to use my cam to take pictures and I get an error message that says: "the Application failed to start because its side by side

  • BlackBerry Smartphones BB does not illuminate

    Hello please help me my blackberry 9900 display does not illuminate. the device lights up red liught comes off and her but he just using the screen please help