Searching for document that uses a certain font?

Is there a way to search for a Word document that uses a specific font? There is only one possible document on my hard drive that uses this font.

There must be a way, that info is stored in the Document near the end, like...
Still working on it.

Similar Messages

  • How to search for documents that do not contain a word in a section?

    For example: (deleted% within folder) finds all documents that have deleted in the folder
    I want to find all documents that do not contain "deleted%" within folder.

    If you have other criteria, then you can use "other criteria NOT deleted% within folder". However, if there is no other criteria, then you cannot just begin with NOT, so you have to use "% NOT deleted% within folder", but on a large data set that will result in an error about the wildcard expanding to too many terms.
    SCOTT@orcl_11g> create table test_tab
      2    (id     number,
      3       folder     varchar2(30),
      4       col2     varchar2(15),
      5       dummy     varchar2(1))
      6  /
    Table created.
    SCOTT@orcl_11g> insert all
      2  into test_tab values (1, 'something deleted', 'something', null)
      3  into test_tab values (2, 'whatever', 'deleted', null)
      4  into test_tab values (3, 'something', 'whatever', null)
      5  select * from dual
      6  /
    3 rows created.
    SCOTT@orcl_11g> begin
      2    ctx_ddl.create_preference ('test_datastore', 'multi_column_datastore');
      3    ctx_ddl.set_attribute ('test_datastore', 'columns', 'folder, col2');
      4    ctx_ddl.create_section_group ('test_group', 'basic_section_group');
      5    ctx_ddl.add_field_section ('test_group', 'folder', 'folder', true);
      6    ctx_ddl.add_field_section ('test_group', 'col2', 'col2', true);
      7  end;
      8  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl_11g> create index test_idx
      2  on test_tab (dummy)
      3  indextype is ctxsys.context
      4  parameters
      5    ('datastore     test_datastore
      6        section group     test_group')
      7  /
    Index created.
    SCOTT@orcl_11g> select * from test_tab
      2  where  contains (dummy, 'something NOT deleted% within folder') > 0
      3  /
            ID FOLDER                         COL2            D
             3 something                      whatever
    SCOTT@orcl_11g> select * from test_tab
      2  where  contains (dummy, '% NOT deleted% within folder') > 0
      3  /
            ID FOLDER                         COL2            D
             2 whatever                       deleted
             3 something                      whatever
    SCOTT@orcl_11g>

  • Any hint on searching for portal components using any certain LOV ?

    hi,
    does anyone know how to search for all of those portal components which use a certain other component?
    let's make it specific. how can i know which of the portal components (portal reports and forms, content folders, etc) are using any certain LOV?
    will really appreciate any hints.
    with kind regards,
    naqvi

    Thanks... I will am closing this but in case you have some material for me to review on the following, I will appreciate:
    You wrote
    1.
    "You can convert standard cube to real time even if it already has data without loss this data by using program SAP_CONVERT_NORMAL_TRANS (via SE38)."
    --on executing se38, and entering this program, it opened the code and I was stuck not knowing what to do.
    I can make simply ABAP modification but did not know how to copy data from one cube to the other using this program
    2.
    "Via copying data from any other cube using IP functionality (copy function or FOX formula)."
    The RSINPT was simple but I had no clue on this suggestion, any additional info specifically on this will be helpful.
    In general, in real environment with large amoun of data, which method do you use?
    Thanks

  • How can I make GRID view the default view? The icons for view that used to be located in the upper right top of the page near the 'search library' are gone.

    How can I make GRID view the default view? The icons for view that used to be located in the upper right top of the page near the 'search library' are gone.

    99jon wrote:
    Perhaps it’s a design feature to speed up the Organizer launch.
    I am sure it is.
    - The normal use of the Organizer is not the folder view, it's the thumbnail view with an organization based on categories and folder. That way you should forget completely where your pictures are stored. Anyway, the folder view in the Explorer is not a map of the location of the different bits of your file, it's only a logical representation. That's easy to see when you are doing a defragmentation.
    - The folder view is useful even for those using normally the thumbnail view, but that is only for rare cases when you must change the folder organization, for instance moving files to another drive. The folder view is here to prevent you from changing things from the explorer and outside of the Organizer.
    - The new folder list view, which you find 'funny' is there to help better organizing using tags. Its huge advantage is that such a view is created extremely quickly by extracting the last subfolder in the media table : it's the way the database sees the folders, based on its own content,  totally ignoring the complex folder organization of your disk with media files or any unrelated other kind of data. You should use it in many cases, the main purpose being assigning tags when you have assigned descriptive folder names. I had suggested such a solution to prevent the long standing bugs in the folder view of previous versions.
    So yes, the purpose is:
    - to speed up switching modes
    - to help folder organization fans to migrate to tags organization
    - to hopefully get rid of the old folder organization bugs

  • Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab?

    Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab? When there was support for Google Toolbar, I was able to do this; now, whenever I want to search for something, I have to open a new tab to do it, and cut-and-paste my search into the search field in the new tab. I used to be able to highlight, drag, and drop something into the search field and have it automatically open in a new tab. This is enough for me to switch to Chrome . . .

    Set a preference to have searches from the Search Bar (upper right) automatically open all searches in a new tab
    #type '''about:config''' in the URL/Location/Address bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''browser.search.openintab'''
    #in the lower panel, double click the item (or right-click and choose "Toggle") to change the value to "true"
    #close the about:config tab and test
    #See:
    #*For help with opening/using about:config, also see: http://kb.mozillazine.org/About:config
    #*Also see: http://kb.mozillazine.org/About:config_entries (click on "Browser", scroll down to browser.search.openintab)
    '''Search Bar''': http://support.mozilla.com/en-US/kb/Search+bar
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    About Google toolbar............
    Google decided that they will no longer produce the Google Toolbar for Firefox 5 and newer version. It is best to move on to other alternatives than to try any "hacks" to the toolbar that may or may not perform in the future. Future versions of Google toolbar will only work with IE7-9. Google Toolbar is not available on any other browser, even Google's own browser.
    *http://googletoolbarhelp.blogspot.com/2011/07/update-on-google-toolbar-for-firefox.html
    *https://support.mozilla.com/en-US/kb/google-toolbar-not-compatible-firefox?s=google+toolbar&r=0&as=s
    *http://www.google.com/support/toolbar/bin/answer.py?answer=1342452&topic=15356%29
    *Google Toolbar 8 FAQ (IE only): https://www.google.com/support/toolbar/bin/answer.py?hl=en&answer=1111588
    '''''To access your Google Bookmarks visit''''' www.google.com/bookmarks.
    Alternatives:
    *http://kb.mozillazine.org/Using_Google_Toolbar_features_without_toolbars
    *https://addons.mozilla.org/en-US/firefox/addon/googlebar-lite/
    *https://addons.mozilla.org/en-US/firefox/addon/gbookmarks-google-bookmarks-fo/

  • Search for documents in the web UI

    We have created a new work center Z_CM which enables application component "CRM-IC-ARD", with a view "ICCMP_CM/CMSearch".
    This view should incoporate the standard functionality, but I can't search for document descriptions.
    Should I use our TREX, enterprise search? How do I enable document search in the web UI. I have not been able to find any documentation about this.
    So do anyone have some info on this topic?
    br
    Michael Wolff

    Hei,
    We are having the same problem with the document search as you used to have. Can you please tell me how you solved it?
    Thanks a lot.

  • Uncheckd credit for documents that have already been released

    Hi,
    How to unchecked credit for documents that have already been released?
    Regards,
    Jr.SD

    Hi,
    if you want release the sales order  documents use vkm3,Delivery and order u need to  release u have to use vkm4,
    only delivery vkm5.This is the away u can release the documents any further clarification u require revert back.
    Regards,
    venkataswamy.y

  • Find Webi documents that use merged dimensions

    I would like to be able to locate Webi documents that use merged dimensions.  I have looked through the Java ReportEngine SDK and did not see anything that would help.
    I am running BOXI R2 SP5 FP5.5

    Where do you originally merge the dimensions, is this done on the Webi level, or the Universe level?  If it is done at the Universe level, Webi will just see it as a dimension, you would need to be able to know which dimensions were merged and just look for that object by name not be any specific property.

  • How do I search scanned documents that Adobe Reader reads but shows 0 results from the search?

    How do I search scanned documents that Adobe Reader reads but shows 0 results from the search?

    If the scanned document was not processed for OCR, then it is just an image and cannot be searched for text.

  • I just updated to Pages 5.0 and I am writing a document that uses both, Spanish and English...I used to use the inspector to change spelling and languages. How do I do that in this new version?

    I just updated to Pages 5.0 and I am writing a document that uses both, Spanish and English...I used to use the inspector to change spelling and languages. How do I do that in this new version?...HELP!!!

    jedimaster Master wrote:
    how do I do both?
    By choosing SET UP for the "automatic" item at the bottom of the list I referred you to earlier

  • Search for tasks that belong to running process instances

    Hi, I am trying to search for tasks that belong to running process instance by using the follwoing code:
         ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps);
         TaskManagerQueryService queryManager = TaskManagerClientFactory.getQueryManager(myFactory);
         TaskSearchFilter filter = new TaskSearchFilter();
         filter.setServiceName(serviceName);
         filter.addCondition(TaskSearchingConstants.pPROCESS_INSTANCE_STATUS, Operator.EQUALS, JobStatus.JOB_STATUS_RUNNING);
         filter.setAdminIgnoreAllAcls(true);
         List<TaskRow> result = queryManager.taskSearch(filter);
    It returns no results while I search it via adminui I found a few running process instance. I tried to comment out the line addCondition, then it returns all tasks, and I found that when I retrieve the taskinfo by taskinfo.getProcessInstanceStatus(), it return -1 for all tasks.
    My question is how can I set the condition to search the tasks belong to running process instance? Thanks.

    You have to use:
    filter.addCondition(TaskSearchingConstants.pPROCESS_INSTANCE_STATUS, Operator.EQUALS, ProcessInstanceRow.STATUS_RUNNING);

  • Is GIST available for documents that are stored in Beehive

    Customer is asking the following
    “We are using Beehive and Oracle Portal 11G with the Database 11G, all tied in via SSO/OID. Is GIST available for documents that are stored in Beehive?”
    I asked the customer for more information on GIST and he responded with the following.
    “GIST when used in Portal Builder gives a summary of the document, say in the case of a PDF it will give the first para, we have used it heavily in OCS and want to use it in beehive.”
    Digging a little deeper we found the following,
    http://download.oracle.com/docs/cd/E11882_01/text.112/e24435/view.htm#CCAPP9206
    “5.2.2 Gist and Theme Summary
    A gist is the text of a document that best represents what the document is about as a whole. A theme summary is the text of a document that best represents a single theme in the document.”
    Seems to be a text feature.
    Is this a feature that would be available with Oracle Beehive?

    Change forum

  • I am using Illustrator CS5. I am using a certain font and when I make a selection to use one of the letter options or a glyph, it does not take my selection; in other words, nothing changes.

    I am using Illustrator CS5. I am using a certain font and when I make a selection to use one of the letter options or a glyph, it does not take my selection; in other words, nothing changes.

    What font? What system? What Glyph? What language settings? Could be anything. Either way, ask in the AI forum. You'll get quicker answers there - if you provide all the required info.
    Mylenium

  • I have an apple iphone 4gs... It is synced with my outlook exchange in the office. If I do a search for emails that also checks the server then all of a sudden I end up with various amounts unread email with the inbox saying "Inbox 71" ..which is not true

    I have an apple iphone 4gs... It is synced with my outlook exchange in the office. If I do a search for emails that also checks the server then all of a sudden I end up with various amounts unread email with the inbox saying "Inbox 71" ..which is not true. The only way to make the inbox on the iphone back to 0 is to delete the account then re install it.
    Anyone have any ideas

    We need to know more about your system, please download EtreCheck and run the report and please post it on your next reply. Then we can see how your system is configured, what apps are on it and look for anything obvious. We will look forward to seeing your report.

  • Are there any new All-in-one printers for sale that use the CLI-221 cartridges?

    We have a MX870 Printer that needs to be replaced but new cartridges were just purchased from Canon.  Are there any new All-in-one printers for sale that use the CLI-221 cartridges?
    Thanks,
    Margaret

    The MX922 (known as the MX926 in Australia) is supported by 10.10 and Windows 7. Whatever site you were looking at may not have updated their details. Here is a link from the Canon Australia web site showing the drivers and applications for this model for 10.10.

Maybe you are looking for